diff --git a/GeneralApp/models.py b/GeneralApp/models.py index 1944078..7491657 100644 --- a/GeneralApp/models.py +++ b/GeneralApp/models.py @@ -21,6 +21,7 @@ block_type_choices = ( ('photo_n_text', _('Фото + текст')), ('photo150_n_title', _('Фото 150x150 + заголовок')), ('how_work', _('Как с нами работать')), + ('feedback_form', _('Форма обратной связи')), # ('slider', _('Галерея слайдов')), ) diff --git a/templates/blocks/b_how_with_us_working.html b/templates/blocks/b_how_with_us_working.html index 63650c6..c4ee63a 100644 --- a/templates/blocks/b_how_with_us_working.html +++ b/templates/blocks/b_how_with_us_working.html @@ -51,8 +51,6 @@ {% endif %} - {% include 'forms/f_consultation.html' %} - \ No newline at end of file diff --git a/templates/forms/f_consultation.html b/templates/forms/f_consultation.html index e0c10ff..e33ae84 100644 --- a/templates/forms/f_consultation.html +++ b/templates/forms/f_consultation.html @@ -1,27 +1,30 @@ {% load static %} {% load i18n %} +