6be20540a4ae7df12f37e968a0a2d1b328290630
[wolnelektury.git] / src / wolnelektury / templates / auth / login_register.html
1 {% extends "auth/login.html" %}
2 {% load i18n %}
3 {% load honeypot %}
4 {% load ssi_csrf_token from ssify %}
5
6 {% block extra %}
7   {{ block.super }}
8
9   {% include "auth/register_form.html" with form=register_form title=_("or register") action_url='register' action_query=request.GET.urlencode honeypot=True submit=register_submit %}
10 {% endblock %}