From d0ea4aef1c066db33d60760bce452cbd5542c67b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Nov 2017 19:19:11 +0100 Subject: UI: work on shortcut menu --- .../templates/ishtar/blocks/shortcut_menu.html | 76 ++++++++++++---------- 1 file changed, 40 insertions(+), 36 deletions(-) (limited to 'ishtar_common/templates/ishtar/blocks/shortcut_menu.html') diff --git a/ishtar_common/templates/ishtar/blocks/shortcut_menu.html b/ishtar_common/templates/ishtar/blocks/shortcut_menu.html index 67f91dfea..a4855dd10 100644 --- a/ishtar_common/templates/ishtar/blocks/shortcut_menu.html +++ b/ishtar_common/templates/ishtar/blocks/shortcut_menu.html @@ -1,42 +1,46 @@ {% load i18n %} {% if current_menu %} -
-
- - - - - - - - -
- - + -
- - -{% for lbl, model_name, main_cls, items in current_menu %} - - - {% with 'show-'|add:model_name as model_url%} - - - {% endwith %} - -{% endfor %} -
- - - -
-
-
-