From 152205c886e579c18f30bd6417eb0fa35229a008 Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Wed, 2 Dec 2020 18:04:00 +0000 Subject: [PATCH] Add a the missing internal error template Signed-off-by: Reed Wade --- templates/internal_error.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/internal_error.html diff --git a/templates/internal_error.html b/templates/internal_error.html new file mode 100644 index 0000000..8852536 --- /dev/null +++ b/templates/internal_error.html @@ -0,0 +1,5 @@ +{% extends "layout.html" %} +{% block container %} +

500 Internal Error

+

Trying to donate?

+{% endblock %}