alesdotio / django-admin-shortcuts

Add simple and pretty shortcuts to the django admin homepage.
Other
205 stars 53 forks source link

Show group title only if group has visible shortcuts #44

Open urba1n opened 3 months ago

urba1n commented 3 months ago

Hello,

Could it make sens to show group title only if group has visible shortcuts, or add a permission for a complete group ?

Something like this in templates/admin_shortcuts/base.html {% if group.title and group.shortcuts %}<h2>{{ group.title }}</h2>{% endif %}

Thanks for your feedback.