diff options
author | 2019-04-08 14:06:11 +0100 | |
---|---|---|
committer | 2019-04-08 14:06:11 +0100 | |
commit | 027475779bfa7db50a1c1ff9935bcb546b33f961 (patch) | |
tree | 1782c502797f4e1cea5a876dcb4b51f99e4a8ba1 /pydis_site/templates/wiki/base.html | |
parent | Remove 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.html | 3 |
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 #} |