Revision 13858d75 astakos/im/templates/profile.html

b/astakos/im/templates/profile.html
4 4

  
5 5
{% block body %}
6 6

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

  
10
  <div class="actions">
11
    <input type="hidden" name="next" value="{{ next }}">
12
    <input type="hidden" name="auth" value="{{ user.auth_token }}">
13
    <button type="submit" class="btn primary">Update</button>
14
  </div>
10
    {% include "form_render.html" %}
11

  
12
    <div class="form-row submit">
13
        <input type="hidden" name="next" value="{{ next }}">
14
        <input type="hidden" name="auth" value="{{ user.auth_token }}">
15
        <input type="submit" class="submit altcol" value="UPDATE" />
16
    </div>
15 17

  
16 18
</form>
17 19
{% endblock body %}

Also available in: Unified diff