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/source.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 pydis_site/templates/wiki/source.html (limited to 'pydis_site/templates/wiki/source.html') diff --git a/pydis_site/templates/wiki/source.html b/pydis_site/templates/wiki/source.html deleted file mode 100644 index a6611233..00000000 --- a/pydis_site/templates/wiki/source.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "wiki/article.html" %} -{% load wiki_tags %} - -{% block wiki_pagetitle %}Source of "{{ article.current_revision.title }}"{% endblock %} - -{% block wiki_contents_tab %} - {% if article.current_revision.locked %} -

This article is currently locked for editing.

- {% endif %} - -
-{{ article.current_revision.content }}
-  
-{% endblock %} -- cgit v1.2.3