diff options
author | 2020-10-07 16:10:17 +0300 | |
---|---|---|
committer | 2020-10-07 16:10:17 +0300 | |
commit | 469bbb9da632e8dfe787b7a446bfacfd55b5c5ad (patch) | |
tree | ea8abddca51e42ebdf6422b4b72baa307d658cfd /pydis_site/templates/wiki/source.html | |
parent | Update guides URL to match with latest changes in #393 (diff) | |
parent | Merge pull request #405 from python-discord/remove_django_wiki (diff) |
Merge branch 'dewikification' into resources-home
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 %} |