401 unauthorized page for bad logins

This commit is contained in:
dandds
2018-08-03 15:04:23 -04:00
committed by richard-dds
parent bcb5d9dbda
commit 2b70f36272
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 %}