This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
portail-citoyen2/portail_citoyen2/templates/portail_citoyen/profile_form_plugin.html

10 lines
304 B
HTML

{% load i18n %}
<div id="profile-form-plugin-{{ instance.id }}" class="profile-form-plugin">
<div id="id_email_wrap">
<label for="id_email_wrap">{% trans "Email" %}&nbsp;:</label>
<p id="id_email">{{ user.email }}</p>
</div>
{% include "portail_citoyen/form.html" with form=form %}
</div>