From b4bb854d4ee11546e18ee7e90e5be03cf8d9bc68 Mon Sep 17 00:00:00 2001 From: racheltstevens Date: Fri, 4 Aug 2017 14:36:04 -0400 Subject: [PATCH] Typogrify all the things! --- blog/templates/blog/_about_author.html | 4 ++-- blog/templates/blog/_about_org.html | 2 +- blog/templates/blog/_blog_details.html | 2 +- common/templates/common/_category_methodology.html | 4 ++-- common/templates/common/_simple_page_body.html | 4 ++-- common/templates/common/category_page.html | 6 +++--- common/templates/common/info_footer.html | 5 ++--- forms/templates/forms/form_page.html | 4 ++-- forms/templates/forms/form_page_landing.html | 4 ++-- home/templates/home/_intro.html | 4 ++-- incident/templates/incident/_incident.html | 13 +++++++------ 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/blog/templates/blog/_about_author.html b/blog/templates/blog/_about_author.html index 292b9c2bb..edff0e78b 100644 --- a/blog/templates/blog/_about_author.html +++ b/blog/templates/blog/_about_author.html @@ -1,4 +1,4 @@ -{% load wagtailcore_tags wagtailimages_tags %} +{% load wagtailcore_tags wagtailimages_tags typogrify_tags %} {% if author.bio or author.photo %}
@@ -12,7 +12,7 @@

{% if author.bio %} - {{ author.bio|richtext }} + {{ author.bio|richtext|typogrify }} {% endif %}
{% endif %} diff --git a/blog/templates/blog/_about_org.html b/blog/templates/blog/_about_org.html index 085391cd8..7ceeae457 100644 --- a/blog/templates/blog/_about_org.html +++ b/blog/templates/blog/_about_org.html @@ -12,7 +12,7 @@

{% if organization.description %} - {{ organization.description|richtext }} + {{ organization.description|richtext|typogrify }} {% endif %} {% endif %} diff --git a/blog/templates/blog/_blog_details.html b/blog/templates/blog/_blog_details.html index 2bc29eeb4..f103c77ea 100644 --- a/blog/templates/blog/_blog_details.html +++ b/blog/templates/blog/_blog_details.html @@ -1,4 +1,4 @@ -{% load wagtailcore_tags %} +{% load wagtailcore_tags typogrify_tags %}