]> git.0d.be Git - mandayejs.git/blob - mandayejs/mandaye/templates/registration/login.html
move templates and static files to app
[mandayejs.git] / mandayejs / mandaye / templates / registration / login.html
1 <html>
2 <body>
3 <form method="post">
4 {% csrf_token %}
5 {{ form.as_p }}
6 <input type="submit" value="Log in" />
7 </form>
8 </body>
9 </html>