We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d758c commit 41c8816Copy full SHA for 41c8816
django_admin_index/models.py
@@ -86,6 +86,7 @@ def as_list(self, request, include_remaining=True):
86
"app_label": app.slug,
87
"admin_url": app_link.link,
88
"active": request.path.startswith(app_link.link),
89
+ "view_only": True,
90
}
91
)
92
active = request.path.startswith(app_link.link)
0 commit comments