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

11
templates/error.html Normal file
View File

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