Adding jitsy to meetup choices
parent
9424beeb32
commit
d6de4090d6
|
@ -19,5 +19,6 @@ from django.utils.translation import ugettext_lazy as _
|
||||||
|
|
||||||
VIDEOCONFERENCES_CHOICES = (
|
VIDEOCONFERENCES_CHOICES = (
|
||||||
("appear-in", _("AppearIn")),
|
("appear-in", _("AppearIn")),
|
||||||
|
("jitsi", _("Jitsi")),
|
||||||
("talky", _("Talky")),
|
("talky", _("Talky")),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue