This commit is contained in:
2023-12-01 01:57:00 +03:00
parent 41dbb6bad7
commit 49b35abb0b
3 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
<form class="clear_form" data-name="msg_from_footer">
<div class="footer_input_wrap">
<input class="footer_input" name="email" type="email" placeholder="{% trans "Введите ваш e-mail" %}">
<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>