Revision 8f5a3a06 snf-astakos-app/astakos/im/templates/im/profile.html

b/snf-astakos-app/astakos/im/templates/im/profile.html
1 1
{% extends "im/account_base.html" %}
2 2

  
3
{% load formatters %}
4

  
5 3
{% block body %}
6 4

  
7 5
<form action={%url astakos.im.views.edit_profile %} method="post"
8 6
    class="withlabels">{% csrf_token %}
9

  
7
    
8
    {% with profile_form as form %}
10 9
    {% include "im/form_render.html" %}
10
    {% endwith %}
11 11

  
12 12
    <div class="form-row submit">
13 13
        <input type="hidden" name="next" value="{{ next }}">

Also available in: Unified diff