update wording on registration complete page (#33171)

This commit is contained in:
Serghei Mihai 2019-05-22 11:10:13 +02:00
parent a161cdd4cd
commit 961ba2444d
2 changed files with 3 additions and 3 deletions

View File

@ -1057,7 +1057,7 @@ div.cut-edit {
div.password-reset-form, div#registration_complete {
margin: 0 auto 3ex auto;
width: 30em;
width: 33em;
@media screen and (max-width: $mobile-limit) {
width: auto;
margin: 0 0.5em;

View File

@ -4,7 +4,7 @@
{% block content %}
{% include "registration/registration_steps.html" with active_step="activation" %}
<div id="registration_complete">
<p class="hightlight">Un courriel a été envoyé à <strong>{{ request.session.registered_email }}</strong>.</p>
<p>Suivez les instructions dans ce courriel pour poursuivre la création de votre compte.</p>
<p>Un lien vous a été envoyé à l'adresse <br /><strong>{{ request.session.registered_email }}</strong>.</p>
<p>Merci de cliquer sur ce lien pour continuer la création de votre compte.</p>
</div>
{% endblock %}