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 %}