{% extends 'profil/profil_base.html' %} {% load static %} {% block title %} Modifier la photo{% endblock title %} {% block profil_content %}

Modifier la photo de profil


{% if member.photo %} {% else %} {% endif %}

{% include 'parts/message.html' %}

{% csrf_token %}

{% endblock profil_content %}