diff --git a/atlas/views.py b/atlas/views.py index 94e476ff..14c6fbe4 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -10588,7 +10588,7 @@ class CaseAuthorUpdate(RevisionMixin, AuthorRequiredMixin, UpdateView): def get_context_data(self, **kwargs): context = super(CaseAuthorUpdate, self).get_context_data(**kwargs) - context["collection"] = context["object"] + context["case"] = context["object"] return context