aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/source.html
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-10-04 15:33:44 +0200
committerGravatar Leon Sandøy <[email protected]>2020-10-04 15:33:44 +0200
commite26897e3f7c0d0af3950e1d1d60fd3800fc13683 (patch)
tree581d8c1f28eee33da9a48702051cc0719b89a9bf /pydis_site/templates/wiki/source.html
parentRemove wiki and pygments from Pipfile. (diff)
Remove wiki templates and static.
Diffstat (limited to 'pydis_site/templates/wiki/source.html')
-rw-r--r--pydis_site/templates/wiki/source.html14
1 files changed, 0 insertions, 14 deletions
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 %}
- <p>This article is currently locked for editing.</p>
- {% endif %}
-
- <pre class="is-fullwidth">
-{{ article.current_revision.content }}
- </pre>
-{% endblock %}