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.
 
 
 
 
 
 

22 lines
707 B

{% load static %}
{% load i18n %}
{% load url from future %}
<div id="pw-recovery" class="popup-window">
<header class="clearfix">
<div class="pw-title">{% trans 'Востановить пароль' %}</div>
</header>
<div class="pw-body clearfix">
<form method="post" action="{{ url }}">{% csrf_token %}
<div class="pwf-line period">
<div class="pwf-field">
{{ form.username_or_email }}
</div>
</div>
<div class="pwf-buttons-line">
<button type="submit" class="icon-check">{% trans 'Востановить' %}</button>
</div>
</form>
</div>
</div>