|
|
|
@ -2,6 +2,7 @@ |
|
|
|
{% load i18n %} |
|
|
|
{% load i18n %} |
|
|
|
{% load template_filters %} |
|
|
|
{% load template_filters %} |
|
|
|
{% load tempalte_tags %} |
|
|
|
{% load tempalte_tags %} |
|
|
|
|
|
|
|
{% load review_tags %} |
|
|
|
{% get_current_language as LANGUAGE_CODE %} |
|
|
|
{% get_current_language as LANGUAGE_CODE %} |
|
|
|
|
|
|
|
|
|
|
|
{% comment %} |
|
|
|
{% comment %} |
|
|
|
@ -49,6 +50,7 @@ This template include basic anf main styles and js files, |
|
|
|
<script src="{% static 'client/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js' %}"></script> |
|
|
|
<script src="{% static 'client/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js' %}"></script> |
|
|
|
<script src="{% static 'client/js/vendor/jquery-1.10.1.min.js' %}"></script> |
|
|
|
<script src="{% static 'client/js/vendor/jquery-1.10.1.min.js' %}"></script> |
|
|
|
<script src="{% static 'client/js/jquery-ui-1.10.4.custom.min.js' %}" type="text/javascript"></script> |
|
|
|
<script src="{% static 'client/js/jquery-ui-1.10.4.custom.min.js' %}" type="text/javascript"></script> |
|
|
|
|
|
|
|
<script type="text/javascript" src="https://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> |
|
|
|
|
|
|
|
|
|
|
|
{% block head_scripts %}{% endblock %} |
|
|
|
{% block head_scripts %}{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
@ -222,7 +224,9 @@ This template include basic anf main styles and js files, |
|
|
|
|
|
|
|
|
|
|
|
<div class="form_data"> |
|
|
|
<div class="form_data"> |
|
|
|
<p>{% trans 'Оставьте отзыв о работе сайта или предложение об его улучшении' %}.</p> |
|
|
|
<p>{% trans 'Оставьте отзыв о работе сайта или предложение об его улучшении' %}.</p> |
|
|
|
<textarea name="review" id="id_review" placeholder="{% trans 'Отзыв' %}"></textarea> |
|
|
|
{% site_review_form as sr_form %} |
|
|
|
|
|
|
|
{{ sr_form.review }} |
|
|
|
|
|
|
|
{{ sr_form.captcha }} |
|
|
|
<button class="button">{% trans 'Отправить' %}</button> |
|
|
|
<button class="button">{% trans 'Отправить' %}</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|