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 %}