diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..de18a48 --- /dev/null +++ b/templates/error.html @@ -0,0 +1,7 @@ +{% extends "shell.html" %} +{% block body %} +

+ Error +

+

Oops, we won't allow you to upload that file at the moment - Sorry

+{% endblock %}