diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 9bf9c912..68d946d9 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -51,7 +51,7 @@
{{ press_releases.0.pub_date|date:"F j, Y" }}
@@ -59,7 +59,7 @@ {{ press_releases.0.summary|safe }} {% if press_releases.0.body %}{% endif %} {% if press_releases.1 %} -{% if press_releases.1.pub_date|date_within_past_days:15 %} +{% if press_releases.1.pub_date|date_within_past_days:30 %}{{ press_releases.1.pub_date|date:"F j, Y" }}
{{ press_releases.2.pub_date|date:"F j, Y" }}