diff options
author | 2019-04-20 14:32:53 +0100 | |
---|---|---|
committer | 2019-04-20 14:32:53 +0100 | |
commit | bbeb451ac6750c526166db12080b1b6bc040c860 (patch) | |
tree | c74468da0b3059045e1e294bf17b062943b79079 /pydis_site/templates/wiki/root_missing.html | |
parent | Update Pipfile.lock and move home app tests (diff) |
Address reviews
Diffstat (limited to 'pydis_site/templates/wiki/root_missing.html')
-rw-r--r-- | pydis_site/templates/wiki/root_missing.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/templates/wiki/root_missing.html b/pydis_site/templates/wiki/root_missing.html index c3b89c45..31ef2eab 100644 --- a/pydis_site/templates/wiki/root_missing.html +++ b/pydis_site/templates/wiki/root_missing.html @@ -1,5 +1,5 @@ {% extends "wiki/create_root.html" %} -{% load i18n wiki_tags %} +{% load wiki_tags %} {% block wiki_contents %} <div class="columns"> @@ -38,5 +38,4 @@ </article> </div> </div> - {% endblock %} |