X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c52436a7e25876ee3509df2467c2a9ef33303436..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/toolbar/templates/toolbar/toolbar.html diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index f7a5d7e2..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 #} {% for button in group.button_set.all %} - {% toolbar_button button %} +
  • {% toolbar_button button %}
  • {% endfor %} -
+ {% endfor %}
-
+