Revision ff8333db snf-astakos-app/astakos/im/templates/im/profile.html
b/snf-astakos-app/astakos/im/templates/im/profile.html | ||
---|---|---|
6 | 6 |
<form action={%url edit_profile %} method="post" class="withlabels hidden-submit">{% csrf_token %} |
7 | 7 |
|
8 | 8 |
{% with profile_form as form %} |
9 |
{% include "im/form_render.html" %}
|
|
9 |
{% include "im/form_render.html" %}
|
|
10 | 10 |
{% endwith %} |
11 | 11 |
|
12 | 12 |
<div class="form-row submit"> |
... | ... | |
16 | 16 |
</div> |
17 | 17 |
</form> |
18 | 18 |
|
19 |
<form action="" method="post" class=""> |
|
20 |
<input type="hidden" value=""> |
|
21 |
<input type="submit" value=""> |
|
22 |
</form> |
|
23 |
|
|
24 |
|
|
19 | 25 |
<div class="full-dotted"> |
20 | 26 |
{% include "im/profile_auth_methods.html" %} |
21 | 27 |
</div> |
Also available in: Unified diff