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

Modifier mon profil

{% csrf_token %} {{ user_form | bootstrap }} {{ profile_form | bootstrap }}
{% if user.profile.comments %}

Commentaires

{{ user.profile.comments }}

{% endif %}
{% endblock %}