Changeset - 5c0c8edb6999
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 14 months ago 2023-02-08 11:51:51
ben@sturm.com.au
Display summary for first news item
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/news/pressrelease_list.html
Show inline comments
...
 
@@ -10,13 +10,13 @@
 
         <h1><a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> Conservancy News</h1>
 

	
 

	
 
{% ifnotequal news.number 1 %}<p>(Page {{ news.number }} of {{ news.paginator.num_pages }})</p>{% endifnotequal %}
 

	
 
{% for pressr in news %}
 
  {% if pressr.is_recent %}
 
  {% if forloop.first %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %}
 
  {% else %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}
 
  {% endif %}
 
{% endfor %}
 

	
0 comments (0 inline, 0 general)