mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Remove useless extra warning on invalid login
This commit is contained in:
@@ -2,13 +2,6 @@
|
|||||||
{% block title %}Login{% endblock %}
|
{% block title %}Login{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% if form.errors %}
|
|
||||||
<div class="alert-message fade in error" data-alert="alert">
|
|
||||||
<a class="close" href="#">x</a>
|
|
||||||
<p>Your username or password was incorrect, please try again.</p>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>Login</h1>
|
<h1>Login</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user