Added a template with-clause that was lost in merging.
- Legacy-Id: 17844
This commit is contained in:
parent
ee103c99ec
commit
420099d72a
|
@ -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 %}
|
||||
|
Loading…
Reference in a new issue