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/root_missing.html | 41 ----------------------------- 1 file changed, 41 deletions(-) delete mode 100644 pydis_site/templates/wiki/root_missing.html (limited to 'pydis_site/templates/wiki/root_missing.html') diff --git a/pydis_site/templates/wiki/root_missing.html b/pydis_site/templates/wiki/root_missing.html deleted file mode 100644 index 31ef2eab..00000000 --- a/pydis_site/templates/wiki/root_missing.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends "wiki/create_root.html" %} -{% load wiki_tags %} - -{% block wiki_contents %} -
-
-
-
-

No articles found

-
-
-

- It appears that there are no articles available on this wiki. -

- - {% if not user.is_superuser %} -

- To get started, please login with a superuser account. -

- - {% login_url as wiki_login_url %} - - {% if wiki_login_url %} -
- Login -
- {% endif %} - {% else %} -

- Let's get started - click below to create the first article, or to read up on the - django-wiki documentation. -

- - Create Article - Documentation - {% endif %} -
-
-
-
-{% endblock %} -- cgit v1.2.3