From 6938ae42f90be2faadae87cd9b463ed67243f306 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 5 Mar 2023 19:46:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor:=20remove=20403=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/403.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 templates/403.html diff --git a/templates/403.html b/templates/403.html deleted file mode 100644 index 168a80c..0000000 --- a/templates/403.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "page.html" %} - -{% block main_content %} -
- {{ macros_page_header::page_header(title="403")}} - forbidden -
-{% endblock main_content %}