From 5b69dbd41103de917837b06a60944319f4b66cb9 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 19 Apr 2026 09:56:07 +0300 Subject: Add policy page, format code --- templates/index.html.j2 | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) (limited to 'templates/index.html.j2') diff --git a/templates/index.html.j2 b/templates/index.html.j2 index ea2e225..9daee75 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -1,32 +1,41 @@ -{% extends "base.html.j2" %} - -{% block content %} +{% extends "base.html.j2" %} {% block content %}

Create new diddle

- {% include "poll_info_table.html.j2" %} + {% include "poll_info_table.html.j2" %} -

You can add time options as well as modify all settings after submitting.

- +

+ You can add time options as well as modify all settings after + submitting. +

+
{% if created_polls | length != 0 %} -
+

My diddles

{% endif %} -
-
+
+

About diddle

-

diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, - licensed under Apache 2.0. +

+ diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, licensed under + Apache 2.0.
+ Find diddle on GitHub.
+ This site uses the Inclusive Sans typeface.

- Find diddle on GitHub. © {{ now.year }} Jan Tuomi. All rights reserved.
- This site uses the Inclusive Sans typeface. + © {{ now.year }} Jan Tuomi. All rights reserved. + {% if has_policy %} + Privacy and terms. + {% endif %} + {% if app_version %} +
Version: {{ app_version }}. + {% endif %}

{% endblock %} -- cgit v1.3