Removes redundant FIXME

* Removes a Choice that has already been moved to the .choices module
remotes/origin/enhancement/email-actions
Joe 2014-10-25 06:49:42 +00:00
parent 6f590ff0c7
commit a726449eb1
1 changed files with 0 additions and 6 deletions

View File

@ -39,12 +39,6 @@ from taiga.projects.notifications.services import create_notify_policy_if_not_ex
from . import choices
# FIXME: this should to be on choices module (?)
VIDEOCONFERENCES_CHOICES = (
('appear-in', 'AppearIn'),
('talky', 'Talky'),
)
class Membership(models.Model):
# This model stores all project memberships. Also