diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..bb09952 --- /dev/null +++ b/templates/403.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} +
I'm Sorry. I'm afraid I can't do that.
+{% endblock %}