fix question edit permissions

This commit is contained in:
Ross
2024-09-07 11:03:44 +01:00
parent ebf215b3d5
commit 4d8d6b2a06
7 changed files with 73 additions and 5 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ class LongCreate(LongCreateBase):
class LongUpdate(
UpdateQuestionMixin,AuthorOrCheckerRequiredMixin
UpdateQuestionMixin
):
model = Long
form_class = LongForm