Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
mscanlan-git authored Nov 27, 2023
1 parent cc00a57 commit 5adc38d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Migration(migrations.Migration):
operations = [
migrations.AlterModelOptions(
name='event',
options={'permissions': [('view_all_events', 'Can view all events in the console'), ('invite_event_host', 'Can grant event host status to a user'), ('view_event_menu', 'Can view event menu in the navbar')]},
options={'permissions': [('view_all_events', 'Can view all events in the console'),
('invite_event_host', 'Can grant event host status to a user'),
('view_event_menu', 'Can view event menu in the navbar')]},
),
]

0 comments on commit 5adc38d

Please sign in to comment.