Skip to content
Snippets Groups Projects
Commit 05e08a9d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '33-too-much-brackets-in-models-py' into 'master'

Resolve "Too much brackets in models.py"

Closes #33

See merge request infrablue/python-bigbluebutton2!20
parents f6fce092 23e14891
No related branches found
No related tags found
1 merge request!20Resolve "Too much brackets in models.py"
Pipeline #2827 passed with warnings
...@@ -203,7 +203,7 @@ class Meeting(models.Model): ...@@ -203,7 +203,7 @@ class Meeting(models.Model):
("join_as_moderator", _("Can join this meeting with moderator role")), ("join_as_moderator", _("Can join this meeting with moderator role")),
("grant_attendee", _("Can grant attendee privileges to others")), ("grant_attendee", _("Can grant attendee privileges to others")),
("grant_moderator", _("Can grant moderator privileges to others")), ("grant_moderator", _("Can grant moderator privileges to others")),
("add_urls", _("Can add new URLs for this meeting"))), ("add_urls", _("Can add new URLs for this meeting")),
] ]
class APIToken(models.Model): class APIToken(models.Model):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment