From e26897e3f7c0d0af3950e1d1d60fd3800fc13683 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 4 Oct 2020 15:33:44 +0200 Subject: Remove wiki templates and static. --- pydis_site/templates/wiki/error.html | 51 ------------------------------------ 1 file changed, 51 deletions(-) delete mode 100644 pydis_site/templates/wiki/error.html (limited to 'pydis_site/templates/wiki/error.html') diff --git a/pydis_site/templates/wiki/error.html b/pydis_site/templates/wiki/error.html deleted file mode 100644 index d7ee70fd..00000000 --- a/pydis_site/templates/wiki/error.html +++ /dev/null @@ -1,51 +0,0 @@ -{% extends "wiki/base.html" %} -{% load wiki_tags %} - -{% block wiki_pagetitle %}{% if article %}{{ article.current_revision.title }}{% else %}Error{% endif %}{% endblock %} - -{% block wiki_breadcrumbs %} - {% include "wiki/includes/breadcrumbs.html" %} -{% endblock %} - -{% block wiki_contents %} - {% if error_type == "ancestors_missing" %} -

Not Found

- -
-
-

- We were unable to find that page. If you think this was in error, please let us know! -

- - - - - Back to homepage - -
-
- {% else %} -

Error

- -
-
-

- {% if not error_msg %} - Unfortunately, an error occurred while retrieving that page. Please let us know! - {% else %} - {{ error_msg }} - {% endif %} -

- - {% if article %} - - - - - Back to {{ article.current_revision.title }} - - {% endif %} -
-
- {% endif %} -{% endblock %} -- cgit v1.2.3