{% extends "avisstage/base.html" %} {% load staticfiles %} {% block content %}

Editer mon profil

{% csrf_token %} {{ form.non_field_errors }} {% for field in form %} {{ field.errors }}
{{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}
{% endblock %}