diff --git a/plugins/accordion/templates/mako/accordion_bootstrap4.tmpl~ b/plugins/accordion/templates/mako/accordion_bootstrap4.tmpl~ deleted file mode 100644 index 2ce3c30..0000000 --- a/plugins/accordion/templates/mako/accordion_bootstrap4.tmpl~ +++ /dev/null @@ -1,28 +0,0 @@ -<%block name="content"> -
- % for i in range(len(box_titles)): -
-
-

- % if i == 0: - -

-
- % if i == 0: -
- % else: -
- % endif -
- ${box_contents[i]} -
-
-
- % endfor -
-