X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4219adb709c6e32131349b39dd6d7b41e0de3f95..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/toolbar/templates/toolbar/toolbar.html diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index dcc64a95..b9624d69 100644 --- a/apps/toolbar/templates/toolbar/toolbar.html +++ b/apps/toolbar/templates/toolbar/toolbar.html @@ -1,19 +1,21 @@ {% load toolbar_tags %} -
-
    - {% for group in groups %} -
  1. {{ group.name }}
  2. +
    + + + +
    + {% for group in toolbar_groups %} +
      + {# buttons for this group #} {% for button in group.button_set.all %} -
    • {{ button.label }}
    • +
    • {% toolbar_button button %}
    • {% endfor %} -
+ {% endfor %} -
 
- \ No newline at end of file + +