fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Locale
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
auth
/
login_register.html
1
{% extends "auth/login.html" %}
2
{% load i18n %}
3
{% load honeypot %}
4
5
{% block extra %}
6
{{ block.super }}
7
8
{% 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 %}
9
{% endblock %}