mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
VC/Zoom: Fix UndefinedError
This commit is contained in:
parent
5a66aa4c29
commit
7f4adda35f
@ -1,6 +1,6 @@
|
||||
{% macro render_make_me_owner(event, vc_room, event_vc_room, extra_classes='') %}
|
||||
{% if session.user.identifier != vc_room.data['host']
|
||||
and session.user.identifier not in vc_room.data['alternative_hosts']
|
||||
and session.user.identifier not in vc_room.data.get('alternative_hosts', [])
|
||||
and event.can_manage(session.user) %}
|
||||
<a class="i-button highlight arrow {{ extra_classes }}" data-toggle="dropdown"></a>
|
||||
<ul class="i-dropdown" data-level="level1">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user