From 0074c7356280b6912930f689aff75dc117091c26 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 12 Aug 2020 18:52:04 +0200 Subject: [PATCH] Custom 403 --- lostplaces/templates/403.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lostplaces/templates/403.html diff --git a/lostplaces/templates/403.html b/lostplaces/templates/403.html new file mode 100644 index 0000000..6b0bd7d --- /dev/null +++ b/lostplaces/templates/403.html @@ -0,0 +1,2 @@ +{% extends 'global.html'%} +{% block title %}Forbidden{% endblock %}