{% extends "base_title.html" %} {% load bootstrap %} {% block page_size %}col-sm-8{%endblock%} {% block realcontent %}

Modifier mon profil

{% if success %}

Votre profil a été mis à jour avec succès !

{% endif %}
{% csrf_token %} {% for field in form %} {{ field | bootstrap }} {% endfor %}
{% if user.profile.comments %}

Commentaires

{{ user.profile.comments }}

{% endif %}
{% endblock %}