stars and tags instead of shelves, move to social app
[wolnelektury.git] / wolnelektury / templates / auth / login_register.html
1 {% extends "ajaxable/form.html" %}
2 {% load i18n %}
3
4 {% block extra %}
5
6
7 <h1>{% trans "or register" %}:</h1>
8
9 <form action="{% url register %}" method="post" accept-charset="utf-8" class="cuteform">
10 <ol>
11     <div id="id_register-__all__"></div>
12     {{ register_form.as_ul }}
13     <li><input type="submit" value="{{ register_submit }}"/></li>
14 </ol>
15 </form>
16
17
18 {% endblock %}