|
@@ -7,6 +7,8 @@
|
|
{% block content %}
|
|
{% block content %}
|
|
|
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
|
+ <h2>Connexion</h2>
|
|
|
|
+ <div class="large-6 columns">
|
|
{% if form.errors %}
|
|
{% if form.errors %}
|
|
<p>Your username and password didn't match. Please try again.</p>
|
|
<p>Your username and password didn't match. Please try again.</p>
|
|
{% endif %}
|
|
{% endif %}
|
|
@@ -27,6 +29,7 @@
|
|
<input type="submit" value="login" />
|
|
<input type="submit" value="login" />
|
|
<input type="hidden" name="next" value="{{ next }}" />
|
|
<input type="hidden" name="next" value="{{ next }}" />
|
|
</form>
|
|
</form>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|
|
{% endblock %}
|