diff --git a/templates/common.html b/templates/common.html index 15126ce..7987941 100644 --- a/templates/common.html +++ b/templates/common.html @@ -28,8 +28,18 @@ {% endif %} {% if contact_us_form %}
+
+ Не нашли нужную программу или разработчика? + Заполните форму и с Вами свяжется наш специалист. +
{% if contact_us_form_message %} - {{ contact_us_form_message }} + {% if "success" in contact_us_form_message.tags %} +
+ {% elif "error" in contact_us_form_message.tags %} +
+ {% endif %} + {{ contact_us_form_message }} +
{% endif %} {% crispy contact_us_form %}