mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-16 16:54:39 +00:00
VC/Vidyo: Use extension from the new vidyo table
This commit is contained in:
parent
cc0c4c6d39
commit
0c34455d43
@ -3,9 +3,9 @@
|
||||
<dl>
|
||||
<dt>{% trans %}Description{% endtrans %}</dt>
|
||||
<dd>{{ vc_room.data.description }}</dd>
|
||||
{% if vc_room.data.extension %}
|
||||
{% if vc_room.vidyo_extension %}
|
||||
<dt>{% trans %}Extension{% endtrans %}</dt>
|
||||
<dd>{{ vc_room.data.extension }}</dd>
|
||||
<dd>{{ vc_room.vidyo_extension.value }}</dd>
|
||||
{% endif %}
|
||||
<dt>{% trans %}Moderator{% endtrans %}</dt>
|
||||
<dd>{{ owner.getFullName() }}</dd>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user