Dodanie informacji o kodowaniu do settings.py.
[wolnelektury.git] / templates / auth / login.html
1 {% extends "base.html" %}
2
3 {% block body %}
4     <form method="POST" action="." class="simple-form">
5     <ol>
6         {{ form.as_ul }}
7         <li><input type="submit" value="Zaloguj" /></li>
8     </ol>
9     <p><input type="hidden" name="next" value="{{ next }}" /></p>
10     </form>
11 {% endblock %}