better name, text for unauthenticated page

This commit is contained in:
dandds
2018-08-09 11:57:37 -04:00
committed by luis cielak
parent c98e57f17c
commit 3860bc40a6
2 changed files with 2 additions and 2 deletions

View File

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