From d6de4090d61438e423cb8f5c48c4c9603c5eb99f Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 4 May 2015 10:25:07 +0200 Subject: [PATCH] Adding jitsy to meetup choices --- taiga/projects/choices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taiga/projects/choices.py b/taiga/projects/choices.py index 4ab6f2e0..9447898d 100644 --- a/taiga/projects/choices.py +++ b/taiga/projects/choices.py @@ -19,5 +19,6 @@ from django.utils.translation import ugettext_lazy as _ VIDEOCONFERENCES_CHOICES = ( ("appear-in", _("AppearIn")), + ("jitsi", _("Jitsi")), ("talky", _("Talky")), )