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 %}