From aded1b74122280b458e2540f89952c666180ceed Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 26 Sep 2018 11:31:49 +0200 Subject: [PATCH] misc: fix account creation active step --- templates/registration/registration_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index effbdf2..7e7f0ab 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -2,7 +2,7 @@ {% load i18n %} {% block content %} -{% include "registration/registration_steps.html" with active_step="activation" %} +{% include "registration/registration_steps.html" with active_step="creation" %}

Créez votre {{ account_label }}