diff --git a/templates/widgets/w_card_office.html b/templates/widgets/w_card_office.html index 3f671e1..c5df411 100644 --- a/templates/widgets/w_card_office.html +++ b/templates/widgets/w_card_office.html @@ -17,7 +17,7 @@
{{ office.work_time_from }} - {{ office.work_time_to }}
- {% if office.work_time %}
{{ office.work_time }}
{% endif %} + {% if office.workTime %}
{{ office.workTime }}
{% endif %}
{% for contact in office.contacts %}