summaryrefslogtreecommitdiff
path: root/design/templates/archives
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives')
-rw-r--r--design/templates/archives/guide.html2
-rw-r--r--design/templates/archives/homepage.html2
-rw-r--r--design/templates/archives/map.html2
-rw-r--r--design/templates/archives/map_data.html2
-rw-r--r--design/templates/archives/photos.html2
-rw-r--r--design/templates/archives/projects.html2
-rw-r--r--design/templates/archives/writing.html2
7 files changed, 7 insertions, 7 deletions
diff --git a/design/templates/archives/guide.html b/design/templates/archives/guide.html
index 27ac756..e6e3f97 100644
--- a/design/templates/archives/guide.html
+++ b/design/templates/archives/guide.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% load typogrify %}
+{% load typogrify_tags %}
{% load pagination_tags %}
{% block pagetitle %}Luxagraf | {% if region %}Travel Guide {{region.name|title|smartypants|safe}}{%else%} Travel Guides, Tips, Tricks and Recommendations {%endif%} Page {{page}}{% endblock %}
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html
index 692b21c..789616c 100644
--- a/design/templates/archives/homepage.html
+++ b/design/templates/archives/homepage.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% load typogrify %}
+{% load typogrify_tags %}
{%block bodyid%}id="home"{%endblock%}
{% block primary %}<section class="archive">{% for object in object_list %}{% if forloop.counter == 1 %}
diff --git a/design/templates/archives/map.html b/design/templates/archives/map.html
index 5b495af..550a898 100644
--- a/design/templates/archives/map.html
+++ b/design/templates/archives/map.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% load typogrify %}
+{% load typogrify_tags %}
{% load truncateletters %}
{% load slugify_under %}
{% block pagetitle %}Luxagraf | Map and Trips{% endblock %}
diff --git a/design/templates/archives/map_data.html b/design/templates/archives/map_data.html
index aa1bbe7..d235c8e 100644
--- a/design/templates/archives/map_data.html
+++ b/design/templates/archives/map_data.html
@@ -1,4 +1,4 @@
-{% load typogrify %}
+{% load typogrify_tags %}
{% load truncateletters %}
var map = L.map('map-inner-canvas')
diff --git a/design/templates/archives/photos.html b/design/templates/archives/photos.html
index bc06f5c..e8d5ea6 100644
--- a/design/templates/archives/photos.html
+++ b/design/templates/archives/photos.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% load typogrify %}
+{% load typogrify_tags %}
{% load pagination_tags %}
{% block pagetitle %}Luxagraf | {% if region %}Photo Galleries: Images from {{region.name|title|smartypants|safe}}{%else%}Photo Galleries: Images from Around the World {%endif%} Page {{page}}{% endblock %}
diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html
index f266c08..6b865af 100644
--- a/design/templates/archives/projects.html
+++ b/design/templates/archives/projects.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% load typogrify %}
+{% load typogrify_tags %}
{% block pagetitle %}Luxagraf | Projects {% endblock %}
{% block metadescription %}Travel Themes and Experiments {% endblock %}
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 %}