Skip to content

Commit 65f0b27

Browse files
ajrbyersmauromsl
authored andcommitted
#13 fixes a bug blocking editors from accessing the custom styling plugin.
1 parent 3f27f22 commit 65f0b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def wrapper(request, *args, **kwargs):
3030
if editor_acccess_enabled and request.user.is_editor(request):
3131
return redirect(
3232
reverse(
33-
'customstyling_manage_css',
33+
'customstyling_manage_css_journal',
3434
kwargs={
3535
'journal_id': request.journal.pk,
3636
}

0 commit comments

Comments
 (0)