From 16d51cbb1971076c035c3cc26461e9ae2f2165d5 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 15 Nov 2019 17:24:29 -0500 Subject: changed sub_title to subtitle in post templates --- app/posts/templates/posts/essay_detail.html | 6 +++--- app/posts/templates/posts/guide_detail.html | 6 +++--- app/posts/templates/posts/post_detail.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/essay_detail.html b/app/posts/templates/posts/essay_detail.html index 9f8c97b..8ffcfe5 100644 --- a/app/posts/templates/posts/essay_detail.html +++ b/app/posts/templates/posts/essay_detail.html @@ -13,14 +13,14 @@ - + - + {% if object.featured_image %} @@ -35,7 +35,7 @@

{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}

-

{{object.sub_title|smartypants|safe}}

+

{{object.subtitle|smartypants|safe}}

{% if object.originally_published_by %}

Originally Published By: {{object.originally_published_by}}

{%endif%} {% if object.location %}
diff --git a/app/posts/templates/posts/guide_detail.html b/app/posts/templates/posts/guide_detail.html index df87158..2ce5a6e 100644 --- a/app/posts/templates/posts/guide_detail.html +++ b/app/posts/templates/posts/guide_detail.html @@ -13,14 +13,14 @@ - + - + {% if object.featured_image %} @@ -44,7 +44,7 @@

{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}

-

{{object.sub_title|smartypants|safe}}

+

{{object.subtitle|smartypants|safe}}

{% if object.originally_published_by %}

Originally Published By: {{object.originally_published_by}}

{%endif%} {% if object.location %}
diff --git a/app/posts/templates/posts/post_detail.html b/app/posts/templates/posts/post_detail.html index 9f8c97b..8ffcfe5 100644 --- a/app/posts/templates/posts/post_detail.html +++ b/app/posts/templates/posts/post_detail.html @@ -13,14 +13,14 @@ - + - + {% if object.featured_image %} @@ -35,7 +35,7 @@

{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}

-

{{object.sub_title|smartypants|safe}}

+

{{object.subtitle|smartypants|safe}}

{% if object.originally_published_by %}

Originally Published By: {{object.originally_published_by}}

{%endif%} {% if object.location %}
-- cgit v1.2.3