mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-05 11:38:25 +00:00
Tidied the errors on the loginform
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{% load url from future %}
|
||||
{% load widget_tweaks %}
|
||||
{% if form.errors %}
|
||||
<div class="error">Your username or password was incorrect</div>
|
||||
{% endif %}
|
||||
{% include 'form_errors.html' %}
|
||||
<div class="col-md-4 col-md-offset-4">
|
||||
|
||||
<form action="{% url 'login' %}" method="post" role="form">{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user