401 unauthorized page for bad logins

This commit is contained in:
dandds
2018-08-03 15:04:23 -04:00
parent 2ff5c604e1
commit 6dce89df1b
3 changed files with 30 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block content %}
<main class="usa-section usa-content">
<h1>Unauthorized</h1>
</main>
{% endblock %}