Changeset - c7a8375002fe
[Not reviewed]
0 3 0
Brett Smith (brett) - 7 years ago 2016-11-17 14:49:57
brett@sfconservancy.org
blog: Remove redundant datelines.
3 files changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/blog/entry_archive_day.html
Show inline comments
...
 
@@ -9,3 +9,2 @@
 
{% for object in object_list %}
 
    <p class="date">{{ object.pub_date|date:"F j, Y" }}</p>
 
    <h3><a href="{{ object.get_absolute_url }}">{{ object.headline|safe }}</a></h3>
www/conservancy/templates/blog/entry_archive_month.html
Show inline comments
...
 
@@ -9,3 +9,2 @@
 
{% for object in object_list %}
 
    <p class="date">{{ object.pub_date|date:"F j, Y" }}</p>
 
    <h3><a href="{{ object.get_absolute_url }}">{{ object.headline|safe }}</a></h3>
www/conservancy/templates/blog/entry_list.html
Show inline comments
...
 
@@ -15,3 +15,2 @@
 
{% for entry in blog_entries %}
 
    <p class="date">{{ entry.pub_date|date:"F j, Y" }} by {{ entry.author.formal_name }}</p>
 
    <h3><a href="{{ entry.get_absolute_url }}">{{ entry.headline|safe }}</a></h3>
0 comments (0 inline, 0 general)