diff options
Diffstat (limited to 'design/templates/details/page.html')
-rw-r--r-- | design/templates/details/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/page.html b/design/templates/details/page.html index 8a79e2c..74c75bd 100644 --- a/design/templates/details/page.html +++ b/design/templates/details/page.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load typogrify %} +{% load typogrify_tags %} {% block pagetitle %}Luxagraf | {{object.title}}{% endblock %} {% block metadescription %}{{object.metadescription}}{% endblock %} {%block htmlclass%}class="single"{%endblock%} |