equal
deleted
inserted
replaced
4 |
4 |
5 {% block content %} |
5 {% block content %} |
6 <h1>Edit Your Profile</h1> |
6 <h1>Edit Your Profile</h1> |
7 |
7 |
8 |
8 |
9 <form action="{% url kiwipycon_edit_profile %}" |
9 <form action="{% url scipycon_edit_profile %}" |
10 enctype="multipart/form-data" |
10 enctype="multipart/form-data" |
11 method="post"> |
11 method="post"> |
12 <fieldset> |
12 <fieldset> |
13 <legend>Edit Profile</legend> |
13 <legend>Edit Profile</legend> |
14 <table class="kiwipycon-default"> |
14 <table class="scipycon-default"> |
15 {{ form }} |
15 {{ form }} |
16 </table> |
16 </table> |
17 <input type="hidden" |
17 <input type="hidden" |
18 name="action" |
18 name="action" |
19 value="email" /> |
19 value="email" /> |