diff options
Diffstat (limited to 'design/templates/404.html')
-rw-r--r-- | design/templates/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/404.html b/design/templates/404.html index bdef84f..d2ed067 100644 --- a/design/templates/404.html +++ b/design/templates/404.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load typogrify %} +{% load typogrify_tags %} {% block pagetitle %}Luxagraf | Error 404 {% endblock %} {%block bodyid%}id="writing-detail" class="single"{%endblock%} |