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
...
 
@@ -13,7 +13,7 @@
 
{% 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 %}
0 comments (0 inline, 0 general)