~sircmpwn/fosspay

152205c886e579c18f30bd6417eb0fa35229a008 — Reed Wade 3 years ago ee9d36c
Add a the missing internal error template

Signed-off-by: Reed Wade <reedwade@misterbanal.net>
1 files changed, 5 insertions(+), 0 deletions(-)

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