{% extends 'preinscription/profil/profil_base.html' %} {% load static %} {% load custom_tag %} {% block profil_content %}

Changer la photo


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

* Veuilliez ajouter une photo d'identité

CHANGER LA PHOTO
{% if etudiant.avatar %} photo {% else %} photo {% endif %}

{% csrf_token %}
{{form.avatar}}



{% endblock profil_content %}