Adding jitsy to meetup choices

remotes/origin/enhancement/email-actions
Alejandro Alonso 2015-05-04 10:25:07 +02:00
parent 9424beeb32
commit d6de4090d6
1 changed files with 1 additions and 0 deletions

View File

@ -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")),
) )