From a761f5921e0bb1246849deb95c24c08b86d1bd16 Mon Sep 17 00:00:00 2001 From: Emilie Date: Fri, 21 Oct 2016 10:12:04 +0200 Subject: [PATCH] Event : mask 'Reserve' if archive --- app/templates/agenda/includes/event_metainfo_line.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/agenda/includes/event_metainfo_line.html b/app/templates/agenda/includes/event_metainfo_line.html index 547ebc54..e73ecb68 100644 --- a/app/templates/agenda/includes/event_metainfo_line.html +++ b/app/templates/agenda/includes/event_metainfo_line.html @@ -16,7 +16,7 @@ {% if unit_booking %} - {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 %} + {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 and not is_archive %}

{% trans "Reserve" %} -- 2.39.5