You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
778 B
21 lines
778 B
{% load static %}
|
|
{% load i18n %}
|
|
|
|
<div id="pw-callback" class="popup-window pw-period">
|
|
<header class="clearfix">
|
|
<div class="pw-title">{% trans 'Обратный звонок' %}</div>
|
|
</header>
|
|
<div class="pw-body clearfix">
|
|
<form class="pw-form" id="callback-form" action="/callback/">
|
|
<div class="pwf-line period">
|
|
<div class="pwf-field">
|
|
<input type="text" placeholder="Введите номер телефона" name="callback_phone" id="id_callback_phone">
|
|
</div>
|
|
|
|
</div>
|
|
<div class="pwf-buttons-line">
|
|
<button type="submit" class="icon-check">{% trans 'применить' %}</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div> |