{% extends 'iconolab/user_base.html' %} {% block user_content %}
{% csrf_token %}
{% if user_form.email.errors %} {{ user_form.email.errors | striptags }} {% else %} Spécifiez votre email pour recevoir des notifications {% endif %}
{% endblock %}