templates: update 'email' term (#18174)

This commit is contained in:
Serghei Mihai 2017-09-29 19:18:33 +02:00
parent b286eb0cdf
commit ab764a1e10
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
{% block content %}
<div class="a2-container">
<p>{% blocktrans with email=user.email %}Your current email is {{ email }}.
An email will be sent to validate the new one.{% endblocktrans %}</p>
<p>Votre adresse courriel actuelle est {{ user.email }}. La nouvelle adresse courriel souhaitée pour votre compte sera vérifiée par l'envoi d'un message.</p>
<form method="post">
{% csrf_token %}
{{ form.as_p }}