Revert capitalization as it does not do the job

master
Laurent 6 years ago
parent 1370240f86
commit 60fb82fbf4
  1. 2
      news/templates/news/index.html
  2. 2
      news/templates/news/post.html

@ -31,7 +31,7 @@
<img src="{% static 'media/' %}{{ post.image_url }}"/> <img src="{% static 'media/' %}{{ post.image_url }}"/>
<div class="inside_image_top"> <div class="inside_image_top">
{% if post.url %}<a href="{{ post.url }}">{% endif %} {% if post.url %}<a href="{{ post.url }}">{% endif %}
<h1><span>{{ post.formatted_title }}</span></h1> <h1><span>{{ post.title }}</span></h1>
{% if post.url %}</a>{% endif %} {% if post.url %}</a>{% endif %}
{% if post.body %} {% if post.body %}

@ -20,7 +20,7 @@
<div class="quote"> <div class="quote">
{% endif %} {% endif %}
{% if post.style != 2 and post.style != 3 %} {% if post.style != 2 and post.style != 3 %}
<a href="{{ post.url }}"><h1>{{ post.formatted_title }}</h1></a> <a href="{{ post.url }}"><h1>{{ post.title }}</h1></a>
{% endif %} {% endif %}
{% if post.style == 1 %} {% if post.style == 1 %}
</div> </div>

Loading…
Cancel
Save