fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated polish translations.
[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 %}