diff options
Diffstat (limited to 'templates/about.html')
-rw-r--r-- | templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html b/templates/about.html index 4655a641..eaf0d591 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,5 +1,5 @@ -<!-- template about.html --> {% extends "base_content.html" %} +<!-- template about.html --> {% load i18n %} {% load extra_tags %} {% load humanize %} |