equal
deleted
inserted
replaced
6 {% endblock %} |
6 {% endblock %} |
7 |
7 |
8 {% block content %} |
8 {% block content %} |
9 |
9 |
10 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1> |
10 <h1>{% blocktrans %}Activate your account{% endblocktrans %}</h1> |
11 <form id="user_add" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %} |
11 <form id="user_add" enctype="multipart/form-data" class="wizard-form" action="." method="post"> |
12 <table class="wide_form"> |
12 <table class="wide_form"> |
13 <tbody> |
13 <tbody> |
14 {% with userform as form %} |
14 {% with userform as form %} |
15 {% include "site/macros/form_fields.html" %} |
15 {% include "site/macros/form_fields.html" %} |
16 {% endwith %} |
16 {% endwith %} |