Skip to content

Commit

Permalink
Django admin nav
Browse files Browse the repository at this point in the history
Enable the logout/view site nav on custom admin form views.
  • Loading branch information
EricTRL committed Sep 30, 2023
1 parent adb7402 commit 4de1905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def get_context_data(self, **kwargs) -> Dict[str, Any]:
"adminform": adminForm,
"is_nav_sidebar_enabled": True,
"opts": self.model_admin.model._meta,
"site_url": self.model_admin.admin_site.site_url,
"has_permission": True,
"original": self.object,
"title": self.get_title(),
"subtitle": self.get_subtitle(),
Expand Down

0 comments on commit 4de1905

Please sign in to comment.