X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/300def05b91611b2382df4837c0041d231c8b432..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/toolbar/templates/toolbar/toolbar.html diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index a35c7bca..b9624d69 100644 --- a/apps/toolbar/templates/toolbar/toolbar.html +++ b/apps/toolbar/templates/toolbar/toolbar.html @@ -1,30 +1,21 @@ {% load toolbar_tags %} -
- -
-

- {% for group in groups %} - +

+ -
- {% for group in groups %} -

- {# buttons for this group #} + +

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

    +
{% endfor %}
- +