diff --git a/templates/widgets/w_card_office.html b/templates/widgets/w_card_office.html index c5df411..54b6808 100644 --- a/templates/widgets/w_card_office.html +++ b/templates/widgets/w_card_office.html @@ -13,7 +13,7 @@ {{ office.address }}
- Часы работы: + {% translate "Часы работы" %}:
{{ office.work_time_from }} - {{ office.work_time_to }}
diff --git a/templates/widgets/w_checkbox_f_feedback.html b/templates/widgets/w_checkbox_f_feedback.html index 32bb472..978aeba 100644 --- a/templates/widgets/w_checkbox_f_feedback.html +++ b/templates/widgets/w_checkbox_f_feedback.html @@ -2,9 +2,9 @@ {% load i18n %} {% if feedback_form.errors.company %}
{% endif %}
\ No newline at end of file