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/source.html | |
parent | Update Pipfile.lock and move home app tests (diff) |
Address reviews
Diffstat (limited to 'pydis_site/templates/wiki/source.html')
-rw-r--r-- | pydis_site/templates/wiki/source.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/templates/wiki/source.html b/pydis_site/templates/wiki/source.html index caae077e..a6611233 100644 --- a/pydis_site/templates/wiki/source.html +++ b/pydis_site/templates/wiki/source.html @@ -1,6 +1,5 @@ {% extends "wiki/article.html" %} -{% load wiki_tags humanize %} - +{% load wiki_tags %} {% block wiki_pagetitle %}Source of "{{ article.current_revision.title }}"{% endblock %} |