equal
deleted
inserted
replaced
|
1 {% extends "base.html" %} |
|
2 {% load i18n %} |
|
3 |
|
4 {% block main_content %} |
|
5 <div class="register"> |
|
6 <form method="post" action="."> |
|
7 {% csrf_token %} |
|
8 {{ form.as_p }} |
|
9 <input type="submit" value="{% trans 'Submit' %}" /> |
|
10 </form> |
|
11 </div> |
|
12 {% endblock %} |