This commit is contained in:
Ross
2021-11-30 21:59:17 +00:00
parent ff99da310d
commit 0e802bbac8
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ class AtlasCreate(AtlasCreateBase):
class AtlasUpdate(
AtlasCreateBase, AuthorOrCheckerRequiredMixin, UpdateView
AuthorOrCheckerRequiredMixin, UpdateView, AtlasCreateBase
):
model = Case
form_class = CaseForm