From 60fb82fbf4045e4470e935cd3eea4e9d362a05d1 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 9 Apr 2020 16:27:03 +0200 Subject: [PATCH] Revert capitalization as it does not do the job --- news/templates/news/index.html | 2 +- news/templates/news/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news/templates/news/index.html b/news/templates/news/index.html index 5501efa..0e5afbf 100644 --- a/news/templates/news/index.html +++ b/news/templates/news/index.html @@ -31,7 +31,7 @@
{% if post.url %}{% endif %} -

{{ post.formatted_title }}

+

{{ post.title }}

{% if post.url %}
{% endif %} {% if post.body %} diff --git a/news/templates/news/post.html b/news/templates/news/post.html index 22b9c61..b151e76 100644 --- a/news/templates/news/post.html +++ b/news/templates/news/post.html @@ -20,7 +20,7 @@
{% endif %} {% if post.style != 2 and post.style != 3 %} -

{{ post.formatted_title }}

+

{{ post.title }}

{% endif %} {% if post.style == 1 %}