{% extends "authentic2/accounts_edit.html" %} {% load i18n %} {% block extra-body-class %}profile-photo-edit{% endblock %} {% block form-title %}

Modifier ma photo de profil

{% endblock %} {% block content %}
{% csrf_token %}

Télécharger une {% if user.attributes.photo.url %}nouvelle{% endif %} image en cliquant sur le disque.
format .jpg ou .png

{{ form.as_p }}
{% if form.instance and form.instance.id %} {% if user.attributes.photo.url %} {% else %} {% endif %} {% endif %}
{% endblock %}