ba5385a13ea6c898a116ffe40f8061834332d34e
[wolnelektury.git] / wolnelektury / templates / auth / login.html
1 {% load i18n %}
2 <h1>{{ title }}</h1>
3
4 <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8"
5         class="cuteform{% if placeholdize %} hidelabels{% endif %}">
6 <ol>
7     <div id="id_{% if form_prefix %}{{ form_prefix }}-{% endif %}__all__"></div>
8     {{ form.as_ul }}
9     <li><a href="{% url account_reset_password %}">{% trans "Forgot your password?" %}</a></li>
10     <li><input type="submit" value="{{ submit }}"/></li>
11 </ol>
12 </form>
13
14 <h1>{% trans "or merge accounts:" %}</h1>
15
16 {% include "socialaccount/snippets/provider_list.html" %}
17