Add a default error message to the error template
This commit is contained in:
parent
3c95063293
commit
f36446efac
@ -4,7 +4,11 @@
|
|||||||
|
|
||||||
<main class="usa-section usa-content">
|
<main class="usa-section usa-content">
|
||||||
|
|
||||||
<h1>{{ message }}</h1>
|
{% if message %}
|
||||||
|
<h1>{{ message }}</h1>
|
||||||
|
{% else %}
|
||||||
|
<h1>An error occurred.</h1>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user