mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Remove useless extra warning on invalid login
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
{% block title %}Login{% endblock %}
|
||||
{% 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">
|
||||
<h1>Login</h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user