aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/base.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-20 14:32:53 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-20 14:32:53 +0100
commitbbeb451ac6750c526166db12080b1b6bc040c860 (patch)
treec74468da0b3059045e1e294bf17b062943b79079 /pydis_site/templates/wiki/base.html
parentUpdate Pipfile.lock and move home app tests (diff)
Address reviews
Diffstat (limited to 'pydis_site/templates/wiki/base.html')
-rw-r--r--pydis_site/templates/wiki/base.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html
index 112523cd..c47f6bfb 100644
--- a/pydis_site/templates/wiki/base.html
+++ b/pydis_site/templates/wiki/base.html
@@ -1,5 +1,6 @@
{% extends "base/base.html" %}
-{% load sekizai_tags i18n wiki_tags static %}
+{% load static %}
+{% load wiki_tags %}
{% block title %}
Wiki | {% block wiki_pagetitle %}{% endblock %}{% block wiki_site_title %}{% endblock %}
@@ -41,7 +42,9 @@
{% endblock %}
{% block site_footer %}
- {% include "base/footer.html" %}
+ {% block wiki_footer_prepend %}{% endblock %}
+
+ {{ block.super }}
{% endblock %}
<script src="{% static "js/wiki/dropdown.js" %}" type="text/javascript"></script>