We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 %}
{% if group.title and group.shortcuts %}<h2>{{ group.title }}</h2>{% endif %}
Thanks for your feedback.