X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3d0adb378d1e6699875f1de5ed68989fb3a25877..37e03d34aec3af64d322f0c76d49dba46ee29f92:/apps/toolbar/templates/toolbar/toolbar.html diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index 2e612885..29528c16 100644 --- a/apps/toolbar/templates/toolbar/toolbar.html +++ b/apps/toolbar/templates/toolbar/toolbar.html @@ -1,18 +1,31 @@ -
-
    +{% load toolbar_tags %} +
    + +
    +

    {% for group in groups %} -

  1. {{ group.name }}
  2. + {% endfor %} -
-
 
-
- {% for group in groups %} -
+ +
+ {% for group in groups %} +

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

  • {{ button.label }}
  • + {% endfor %} - +

    {% endfor %} -
     
    -
    \ No newline at end of file + +