1 {% extends "layout-unfold1.html" %}
4 {{ wizard.form.media }}
5 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}css/smart_wizard.css" />
8 {% block unfold_main %}
10 <h1>User registration</h1>
12 {% if envoi %}Your registration message has been sent !{% endif %}
15 <form enctype="multipart/form-data" action="" method="post">{% csrf_token %}
17 <input type="submit" value="Submit" />