Skip to content

Commit

Permalink
slimming down context
Browse files Browse the repository at this point in the history
  • Loading branch information
acholyn committed Jul 12, 2023
1 parent bc52095 commit a55e8fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rard/research/views/work.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,7 @@ def get_context_data(self, *args, **kwargs):
context.update(
{
"editing": "introduction",
"change_work": True,
"change_book": True,
"has_object_lock": True,
"instance": self.get_object(),
}
)
return context
Expand Down

0 comments on commit a55e8fb

Please sign in to comment.