{% if event.trainings.all|length %}
{% with event.links.all as links %}
@@ -76,5 +77,6 @@
{% endif %}
+ {% endif %}
{% endif %}
{% endif %}
diff --git a/app/themes/base/templates/agenda/includes/event_metainfo_line.html b/app/themes/base/templates/agenda/includes/event_metainfo_line.html
index 39ba95b8..68b0c7a4 100644
--- a/app/themes/base/templates/agenda/includes/event_metainfo_line.html
+++ b/app/themes/base/templates/agenda/includes/event_metainfo_line.html
@@ -14,7 +14,7 @@
{% if unit_booking %}
- {% if event.prices.all and not is_archive %}
+ {% if event.prices.all and not is_archive and not event.is_full %}
{% if event.trainings.all|length %}
{% with event.links.all as links %}
diff --git a/app/themes/base/templates/agenda/includes/event_metainfo_slider.html b/app/themes/base/templates/agenda/includes/event_metainfo_slider.html
index fe8f1dd1..5100044a 100644
--- a/app/themes/base/templates/agenda/includes/event_metainfo_slider.html
+++ b/app/themes/base/templates/agenda/includes/event_metainfo_slider.html
@@ -19,11 +19,13 @@
{{ event.location }}
{% endif %}
-
{% include 'agenda/includes/event_date_line.html' with object=event %}
- {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 and not is_archive %}
+ {% if event.prices.all.0|floatformat != '0' and event.prices.all|length > 0 and not is_archive and not event.is_full %}
{% trans "Reserve" %}
diff --git a/lib/mezzanine-agenda b/lib/mezzanine-agenda
index fc5d200f..036a5c7e 160000
--- a/lib/mezzanine-agenda
+++ b/lib/mezzanine-agenda
@@ -1 +1 @@
-Subproject commit fc5d200fbb5c8ef1a6058a78c8a80ae34658cfa4
+Subproject commit 036a5c7e7bd4f744c1cf36fc332fd3ce3f9c9aa7