Merge pull request #377 from dod-ccpo/email-not-unique

Handle AlreadyExistsError on user creation with non-unique email
This commit is contained in:
montana-mil
2018-10-09 10:24:24 -04:00
committed by GitHub
5 changed files with 27 additions and 25 deletions

View File

@@ -4,9 +4,12 @@
<main class="usa-section usa-content">
<h1>Not Found</h1>
{% if message %}
<h1>{{ message }}</h1>
{% else %}
<h1>An error occurred.</h1>
{% endif %}
</main>
{% endblock %}

View File

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