Add a the missing internal error template

Signed-off-by: Reed Wade <reedwade@misterbanal.net>
This commit is contained in:
Reed Wade 2020-12-02 18:04:00 +00:00 committed by Drew DeVault
parent ee9d36c115
commit 152205c886
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block container %}
<h1>500 Internal Error</h1>
<p><a href="/">Trying to donate?</a></p>
{% endblock %}