summaryrefslogtreecommitdiff
path: root/design/templates/archives/writing.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-05-08 19:44:58 -0400
committerluxagraf <sng@luxagraf.net>2014-05-08 19:44:58 -0400
commit58e402a077c710c04934e3a7ddc25883427d1f64 (patch)
tree485506e3c1805a793f2d5920751f53c400b08aac /design/templates/archives/writing.html
parent5f430f31474847ac50fa017dc1397c3bde2d140d (diff)
added birding app, fixed a few python-related bugs throughout the code base.
Diffstat (limited to 'design/templates/archives/writing.html')
-rw-r--r--design/templates/archives/writing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/writing.html b/design/templates/archives/writing.html
index dc8ea66..4ed8f44 100644
--- a/design/templates/archives/writing.html
+++ b/design/templates/archives/writing.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% load typogrify %}
+{% load typogrify_tags %}
{% load pagination_tags %}
{% block pagetitle %}Luxagraf | {% if region %}Travel Writing from {{region.name|title|smartypants|safe}}{%else%}Travel Writing from Around the World {%endif%} Page {{page}}{% endblock %}