0.0.288
This commit is contained in:
@@ -8,21 +8,10 @@
|
||||
<div>
|
||||
<div class="footer_text_sub">{% trans "Подпишись и будь в курсе всех событий, а также получай подарки и бонусы от Trip With Bonus" %}</div>
|
||||
|
||||
<form class="clear_form" data-name="msg_from_footer">
|
||||
<div class="footer_input_wrap">
|
||||
<input class="footer_input" name="email" type="email" {% if form.data.email %} value="{{ form.data.email }}"{% endif %} placeholder="{% trans "Введите ваш e-mail" %}">
|
||||
<button onclick="RequestCommercialOffer(this)" id="footer_input_button">
|
||||
<img class="svg" src="/static/img/svg/CaretCircleRight.svg">
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
{% include "forms/f_one_field_form.html" %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="social_media_footer">
|
||||
<a href=""><img class="svg" src="/static/img/svg/Instagram.svg"></a>
|
||||
<a href=""><img class="svg" src="/static/img/svg/Telegram.svg"></a>
|
||||
|
||||
11
templates/forms/f_one_field_form.html
Normal file
11
templates/forms/f_one_field_form.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
<form class="clear_form" data-name="msg_from_footer">
|
||||
<div class="footer_input_wrap">
|
||||
<input class="footer_input" name="email" type="email" {% if form.data.email %} value="{{ form.data.email }}"{% endif %} placeholder="{% trans "Введите ваш e-mail" %}">
|
||||
<button onclick="RequestCommercialOffer(this)" id="footer_input_button">
|
||||
<img class="svg" src="/static/img/svg/CaretCircleRight.svg">
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user