X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cff00e2705f56b4622bbb3c59629e760a0ffa674..37e03d34aec3af64d322f0c76d49dba46ee29f92:/apps/toolbar/templates/toolbar/toolbar.html diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index e04fb16f..29528c16 100644 --- a/apps/toolbar/templates/toolbar/toolbar.html +++ b/apps/toolbar/templates/toolbar/toolbar.html @@ -1,19 +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 + +