X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1617abdf1a5ec504c28f52daf2a2b1728a5b28f6..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/toolbar/templates/toolbar/toolbar.html diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index a69dc3bf..b9624d69 100644 --- a/apps/toolbar/templates/toolbar/toolbar.html +++ b/apps/toolbar/templates/toolbar/toolbar.html @@ -1,20 +1,21 @@ {% load toolbar_tags %} -
- {% for group in toolbar_groups %} {% endfor %} - -
+ + +
{% for group in toolbar_groups %} -
- {# buttons for this group #} +
    + {# buttons for this group #} {% for button in group.button_set.all %} - {% toolbar_button button %} +
  • {% toolbar_button button %}
  • {% endfor %} -
+ {% endfor %}
-
+