Handle AlreadyExistsError on user creation with non-unique email

This commit is contained in:
Montana
2018-10-08 10:36:40 -04:00
parent e5753762fa
commit 3c95063293
5 changed files with 23 additions and 25 deletions

View File

@@ -4,9 +4,8 @@
<main class="usa-section usa-content">
<h1>Not Found</h1>
<h1>{{ message }}</h1>
</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 %}