Merge branch 'master' of github.com:fnp/wolnelektury
[wolnelektury.git] / wolnelektury / templates / registration / login.html
1 <form method="POST" action="">
2     {% csrf_token %}
3     {{ form }}
4 <input type="submit" />
5 </form>