diff options
author | 2020-10-05 19:30:10 +0200 | |
---|---|---|
committer | 2020-10-05 19:30:10 +0200 | |
commit | ab20a2f0ec5df75abb641df651b15ca3c0341c0f (patch) | |
tree | 69832b8c41cfb29cae312e265e3e3e3ee1f6419b /pydis_site/templates/wiki/source.html | |
parent | Fix content app linting (diff) | |
parent | Merge pull request #405 from python-discord/remove_django_wiki (diff) |
Merge branch 'dewikification' into guides-app
Diffstat (limited to 'pydis_site/templates/wiki/source.html')
-rw-r--r-- | pydis_site/templates/wiki/source.html | 14 |
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 %} |