registration: restore paragraph/bold style in completion message (#50700)

This commit is contained in:
Frédéric Péters 2021-01-30 16:42:08 +01:00
parent 8e191dcc22
commit ade4c6399f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<p>{% blocktrans %}<strong>Your registration request has been refused.</strong> Indeed your browser checked a hidden anti-robot checkbox on the registration form. A browser extension may produce this behaviour, in this case disable such extensions and try again.{% endblocktrans %}</p>
{% else %}
{% block instructions %}
<p><strong>
{% blocktrans with email=request.session.registered_email %}
An email was sent to {{ email }}.
{% endblocktrans %}