templates: remove note about link validitity in registration message (#37359)

This commit is contained in:
Thomas NOËL 2019-10-30 22:38:03 +01:00 committed by Thomas NOEL
parent 5aa3bca4f8
commit da5e603008
1 changed files with 1 additions and 9 deletions

View File

@ -10,17 +10,9 @@
{% blocktrans with email=request.session.registered_email %}
<p>An email was sent to {{ email }}.</p>
{% endblocktrans %}
{% if account_activation_days > 1 %}
{% blocktrans %}
<p>Follow the instructions in this email to continue your registration, this
email will be valid during {{account_activation_days}} days.</p>
<p>Follow the instructions in this email to continue your registration.</p>
{% endblocktrans %}
{% else %}
{% blocktrans %}
<p>Follow the instructions in this email to continue your registration, this
email will be valid during 24 hours.</p>
{% endblocktrans %}
{% endif %}
{% endblock %}
{% block advice %}
{% blocktrans with from_email=from_email %}