401 unauthorized page for bad logins
This commit is contained in:
12
templates/unauthorized.html
Normal file
12
templates/unauthorized.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<main class="usa-section usa-content">
|
||||
|
||||
<h1>Unauthorized</h1>
|
||||
|
||||
</main>
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user