Files
atst/templates/unauthenticated.html
2018-08-09 15:54:27 -04:00

13 lines
143 B
HTML

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