|
@@ -8,8 +8,7 @@
|
|
|
|
|
|
<div class="row">
|
|
<div class="row">
|
|
<h2>Connexion</h2>
|
|
<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 %}
|
|
|
|
|
|
@@ -29,7 +28,6 @@
|
|
<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 %}
|