From 0e802bbac81f2b45b3a4622040617f71cf368c6f Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 30 Nov 2021 21:59:17 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 10 ++++------ atlas/views.py | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) 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