From 4a84ddfa784a7567ea09b9082a7debf12a59ba9e Mon Sep 17 00:00:00 2001 From: Harris Lapiroff Date: Fri, 4 Aug 2017 17:34:17 -0700 Subject: [PATCH] Typogrify a few more locations --- blog/templates/blog/_about_org.html | 2 +- blog/templates/blog/_blog_details.html | 2 +- blog/templates/blog/_blog_tease.html | 6 +++--- home/templates/home/_featured_incidents.html | 2 +- home/templates/home/_incidents_sidebar.html | 4 ++-- incident/templates/incident/_incident.html | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/blog/templates/blog/_about_org.html b/blog/templates/blog/_about_org.html index 7ceeae457..1d1fa735a 100644 --- a/blog/templates/blog/_about_org.html +++ b/blog/templates/blog/_about_org.html @@ -1,4 +1,4 @@ -{% load wagtailcore_tags wagtailimages_tags %} +{% load wagtailcore_tags wagtailimages_tags typogrify_tags %} {% if organization.description or organization.logo %}
diff --git a/blog/templates/blog/_blog_details.html b/blog/templates/blog/_blog_details.html index f103c77ea..2bc29eeb4 100644 --- a/blog/templates/blog/_blog_details.html +++ b/blog/templates/blog/_blog_details.html @@ -1,4 +1,4 @@ -{% load wagtailcore_tags typogrify_tags %} +{% load wagtailcore_tags %}