login.html
changeset 6 057498d12450
parent 4 ededea9ad08b
equal deleted inserted replaced
5:37e4027fba48 6:057498d12450
     1 <html>
     1 {% extends "base.html" %}
     2 <head>
     2 {% block content %}
     3 <title>
       
     4 </title>
       
     5 </head>
       
     6 <body>
       
     7 <form action="" method="post">
     3 <form action="" method="post">
     8 {{ form.as_p }}
     4 {{ form.as_p }}
     9 <input type="submit" value="Login">
     5 <input type="submit" value="Login">
    10 </form>
     6 </form>
    11 </body>
     7 {% endblock %}
    12 </html>