Keep next parameter at account creation.

This commit is contained in:
Mikaël Ates 2016-03-13 16:37:54 +01:00
parent c418c00866
commit 41e8d4cb79
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<p><a href="{% url 'auth_password_reset' %}">Réinitialiser votre mot de passe</a></p>
{% endif %}
{% if registration_authorized %}
<p><a href="{% url 'registration_register' %}">Créer un compte</a></p>
<p><a href="{% url 'registration_register' %}{% if request.GET.next %}?next={{ request.GET.next|urlencode }}{% endif %}">Créer un compte</a></p>
{% endif %}
<p><a href="{{ agglo_url }}nous-contacter/">Contacter le support pour l'aide</a></p>
</div>