Removes redundant FIXME
* Removes a Choice that has already been moved to the .choices moduleremotes/origin/enhancement/email-actions
parent
6f590ff0c7
commit
a726449eb1
|
@ -39,12 +39,6 @@ from taiga.projects.notifications.services import create_notify_policy_if_not_ex
|
||||||
|
|
||||||
from . import choices
|
from . import choices
|
||||||
|
|
||||||
# FIXME: this should to be on choices module (?)
|
|
||||||
VIDEOCONFERENCES_CHOICES = (
|
|
||||||
('appear-in', 'AppearIn'),
|
|
||||||
('talky', 'Talky'),
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class Membership(models.Model):
|
class Membership(models.Model):
|
||||||
# This model stores all project memberships. Also
|
# This model stores all project memberships. Also
|
||||||
|
|
Loading…
Reference in New Issue