Revision 5ebebb20 snf-astakos-app/astakos/im/templates/im/profile.html

b/snf-astakos-app/astakos/im/templates/im/profile.html
2 2

  
3 3
{% block body %}
4 4

  
5
<form action={%url edit_profile %} method="post" class="withlabels">{% csrf_token %}
5
<form action={%url edit_profile %} method="post" class="withlabels hidden-submit">{% csrf_token %}
6 6
    
7 7
    {% with profile_form as form %}
8 8
    {% include "im/form_render.html" %}

Also available in: Unified diff