From 9a620cf42bf1fe6977e378bd834b41ff4a593dde Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 28 Jul 2023 13:39:02 -0500 Subject: main: removed some apps I wasn't using and added bak to git to preserve a copy of old apps --- bak/unused_apps/jrnl/templates/horizontal_select.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bak/unused_apps/jrnl/templates/horizontal_select.html (limited to 'bak/unused_apps/jrnl/templates/horizontal_select.html') diff --git a/bak/unused_apps/jrnl/templates/horizontal_select.html b/bak/unused_apps/jrnl/templates/horizontal_select.html new file mode 100644 index 0000000..61dcfd8 --- /dev/null +++ b/bak/unused_apps/jrnl/templates/horizontal_select.html @@ -0,0 +1,17 @@ +{% with id=widget.attrs.id %} + + {% for group, options, index in widget.optgroups %} + {% if group %} +
  • {{ group }} + + {% endif %} + {% for option in options %} +
  • {% include option.template_name with widget=option %}
  • + {% endfor %} + {% if group %} + + + {% endif %} + {% endfor %} + +{% endwith %} -- cgit v1.2.3-70-g09d2