fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b88d4e19d4fd9c164d09555c5ec20557a357fc02
[wolnelektury.git]
/
wolnelektury
/
templates
/
registration
/
login.html
1
<form method="POST" action="">
2
{% csrf_token %}
3
{{ form }}
4
<input type="submit" />
5
</form>