0.0.135 add contacts page
This commit is contained in:
@@ -76,7 +76,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="feedback_form">
|
||||
<h2 id=title_static>{% translate "Мы всегда на связи!" %}</h2>
|
||||
<span id="sub_title_static">{% translate "У вас есть вопрос? Отправьте нам сообщение" %}</span>
|
||||
<form>
|
||||
<div class="left_inputs_form">
|
||||
<div class="inputs_l">
|
||||
@@ -108,7 +112,7 @@
|
||||
onFocus="this.select()"
|
||||
oninput="counterText(this)"
|
||||
id="id_text" class="feedback_form_message"
|
||||
placeholder= {% translate "Сообщение" %}
|
||||
placeholder= {% translate "Сообщение" %}
|
||||
value="{% if form.adding_machine.text %}{{ form.initial.text }}{% endif %}"
|
||||
maxlength="100"
|
||||
>
|
||||
@@ -120,6 +124,11 @@
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<div class="button_feedback_form">
|
||||
<button id="send_feedback_form">{% translate 'Отправить сообщение' %}</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user