Skip to content
Snippets Groups Projects
Commit 23e14891 authored by Julian's avatar Julian
Browse files

Remove superflous bracket

parent f6fce092
No related branches found
No related tags found
No related merge requests found
...@@ -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