10 lines
198 B
HTML
10 lines
198 B
HTML
|
{% extends "layouts/base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>Authentication Failed</h1>
|
||
|
|
||
|
<p>The username or password you entered were not correct.
|
||
|
Please go back and try again.
|
||
|
</p>
|
||
|
{% endblock %}
|