X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6e769eb123cc216e4ba642d3a6d943dfd3fa0abe..1617abdf1a5ec504c28f52daf2a2b1728a5b28f6:/apps/toolbar/templates/toolbar/toolbar.html?ds=sidebyside diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index c4fcdcbb..a69dc3bf 100644 --- a/apps/toolbar/templates/toolbar/toolbar.html +++ b/apps/toolbar/templates/toolbar/toolbar.html @@ -1,32 +1,20 @@ {% load toolbar_tags %}
- - {# This div will be connected to the right place #} - - {% for button in toolbar_extra_group.button_set.all %} - {% toolbar_button button %} - {% endfor %} - - -
-

+ +

{% for group in toolbar_groups %} -

+

{# buttons for this group #} {% for button in group.button_set.all %} {% toolbar_button button %} {% endfor %} -

+
{% endfor %}
- +