api for redakcja (needs some testing and chrome)
[wolnelektury.git] / wolnelektury / templates / registration / login.html
1 <form method="POST" action="">
2     {% csrf_token %}
3     {{ form }}
4 <input type="submit" />
5 </form>