equal
deleted
inserted
replaced
|
1 {% extends 'base.html' %} |
|
2 {% block title %} |
|
3 Sage Days 25 - Login |
|
4 {% endblock %} |
|
5 {% block content %} |
|
6 <form action="" method="post"> |
|
7 {{ form.as_p }} |
|
8 <input value="Login" type="submit"> |
|
9 </form> |
|
10 {% endblock %} |