changeset 0b898ae6175c in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=0b898ae6175c
description:
Remove "more to come" during and after the event
diffstat:
templates/events/layout.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r df4654398cf8 -r 0b898ae6175c templates/events/layout.html
--- a/templates/events/layout.html Tue May 28 11:40:06 2019 +0200
+++ b/templates/events/layout.html Tue May 28 11:41:02 2019 +0200
@@ -66,7 +66,7 @@
</li>
{% endfor %}
</ol>
- {% if not day.full %}
+ {% if not day.full and day.date > datetime.date.today() %}
<p class="bg-info text-center mt-4">More to come</p>
{% endif %}
{% else %}