From 84c1fe90dbf86375af64f6c1c918ce82de5d28da Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 19 Sep 2017 17:37:37 +0200 Subject: [PATCH] fsm_transition_hints.html: use
--- .../fsm_admin/fsm_transition_hints.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/fsm_admin/templates/fsm_admin/fsm_transition_hints.html b/fsm_admin/templates/fsm_admin/fsm_transition_hints.html index d2612e6..72ed42a 100644 --- a/fsm_admin/templates/fsm_admin/fsm_transition_hints.html +++ b/fsm_admin/templates/fsm_admin/fsm_transition_hints.html @@ -5,16 +5,12 @@

{% trans "Hints in order to..." %}

{% for action, hints in transition_hints.items %} - {% for hint in hints %} -
-
- {% if forloop.first %} - - {% endif %} -

{{ hint }}

-
-
- {% endfor %} +
+
{{ action }}
+ {% for hint in hints %} +
{{ hint }}
+ {% endfor %} +
{% endfor %} {% endif %}