Handle AlreadyExistsError on user creation with non-unique email
This commit is contained in:
11
templates/error.html
Normal file
11
templates/error.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "error_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<main class="usa-section usa-content">
|
||||
|
||||
<h1>{{ message }}</h1>
|
||||
|
||||
</main>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user