equal
deleted
inserted
replaced
3 {% block title %}Change Your Username{% endblock %} |
3 {% block title %}Change Your Username{% endblock %} |
4 |
4 |
5 {% block content %} |
5 {% block content %} |
6 <h1>Change your username</h1> |
6 <h1>Change your username</h1> |
7 |
7 |
8 <form action="{% url kiwipycon_username %}" |
8 <form action="{% url scipycon_username %}" |
9 method="post"> |
9 method="post"> |
10 <table class="kiwipycon-default"> |
10 <table class="scipycon-default"> |
11 <tr> |
11 <tr> |
12 <td class="label"> |
12 <td class="label"> |
13 <label for="id_username">New username:</label> |
13 <label for="id_username">New username:</label> |
14 </td> |
14 </td> |
15 <td> |
15 <td> |