diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 138e4fb8..46bdfe86 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -40,13 +40,11 @@
Differentials -

diff --git a/atlas/views.py b/atlas/views.py index e91eaf2b..c77d8794 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -360,7 +360,7 @@ class AtlasCreate(AtlasCreateBase): class AtlasUpdate( - AtlasCreateBase, AuthorOrCheckerRequiredMixin, UpdateView + AuthorOrCheckerRequiredMixin, UpdateView, AtlasCreateBase ): model = Case form_class = CaseForm