From b6f6dcd6d9b3246a16a803f094bd1329b6797d20 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 15 Apr 2019 12:18:49 +0100 Subject: Finish creation form, remove weird article title addons --- pydis_site/templates/wiki/article.html | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'pydis_site/templates/wiki/article.html') diff --git a/pydis_site/templates/wiki/article.html b/pydis_site/templates/wiki/article.html index 03c007e6..39e1728d 100644 --- a/pydis_site/templates/wiki/article.html +++ b/pydis_site/templates/wiki/article.html @@ -16,17 +16,6 @@

{{ article.current_revision.title }} - - {% if urlpath.parent %} - {{ urlpath.slug }} - {% endif %} - - {% if article.current_revision.locked %} - - - locked - {% endif %} -

{% block wiki_contents_tab %} -- cgit v1.2.3