aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/base.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-08 14:06:11 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-08 14:06:11 +0100
commit027475779bfa7db50a1c1ff9935bcb546b33f961 (patch)
tree1782c502797f4e1cea5a876dcb4b51f99e4a8ba1 /pydis_site/templates/wiki/base.html
parentRemove wiki host, use /wiki - Also some wiki config (diff)
Add base templates for django-wiki, as provided
Diffstat (limited to 'pydis_site/templates/wiki/base.html')
-rw-r--r--pydis_site/templates/wiki/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html
new file mode 100644
index 00000000..5260bfcd
--- /dev/null
+++ b/pydis_site/templates/wiki/base.html
@@ -0,0 +1,3 @@
+{% extends "wiki/base_site.html" %}
+
+{# Intentionally empty, to allow easy customization with no copy-paste #}