Open urba1n opened 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 %}
{% if group.title and group.shortcuts %}<h2>{{ group.title }}</h2>{% endif %}
Thanks for your feedback.
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.