misc: fix account creation active step

This commit is contained in:
Serghei Mihai 2018-09-26 11:31:49 +02:00
parent c26aa8f81f
commit aded1b7412
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}
<div id="registration">
<h2>Créez votre {{ account_label }}</h2>