diff options
author | 2020-10-04 15:36:57 +0200 | |
---|---|---|
committer | 2020-10-04 15:36:57 +0200 | |
commit | 9f9aa781b44243b57a43a7aa8ddfcb216984cfc8 (patch) | |
tree | 6a00ce022a9b2a995ab2bd0c81b0b986baf9fe4a /pydis_site/templates | |
parent | Remove wiki from settings.py. (diff) |
Remove references to wiki from other apps.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/base/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index 70426dc1..ab8c7760 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -1,6 +1,5 @@ {# Base template, with a few basic style definitions. #} {% load django_simple_bulma %} -{% load sekizai_tags %} {% load static %} <!DOCTYPE html> |