Added a template with-clause that was lost in merging.

- Legacy-Id: 17844
This commit is contained in:
Henrik Levkowetz 2020-05-20 07:11:50 +00:00
parent ee103c99ec
commit 420099d72a

View file

@ -3,6 +3,7 @@
{% load staticfiles %}
{% load textfilters %}
{% origin %}
{% with session.official_timeslotassignment as item %}
{% if session.agenda and show_agenda %}
{% include "meeting/session_agenda_include.html" %}
<!-- agenda pop-up button -->
@ -86,6 +87,5 @@
{% endif %}
{% endwith %}
{% endif %}
{% endwith %}