dcacd815554aa6132818d9868c48fc5f06f199b2
[wolnelektury.git] / templates / auth / login.html
1 {% extends "base.html" %}
2
3 {% block body %}
4     <h1>Zaloguj / Zarejestruj</h1>
5     
6     <form method="POST" action="." class="cuteform">
7     <ol>
8         {{ form.as_ul }}
9         <li><input type="submit" value="Zaloguj" /></li>
10     </ol>
11     <p><input type="hidden" name="next" value="{{ next }}" /></p>
12     </form>
13 {% endblock %}