From a082cb659f1cd90d9763d4aa05143456a18c9d74 Mon Sep 17 00:00:00 2001 From: mystie Date: Sat, 28 Sep 2024 00:40:30 +0300 Subject: [PATCH] mostly indentation fixes + trimmed content length --- templates/index.html | 166 ++++++++++++++++++++++--------------------- 1 file changed, 84 insertions(+), 82 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3b092ea..e3909a3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} -
+

{{ cfg.instance.title }}

{% autoescape off %} @@ -13,7 +13,7 @@ {% endautoescape %}
{% if len(cfg.instance.rules) > 0 %} -
+

@@ -32,7 +32,7 @@ {% endif %}

-
+
{% if cfg.lockInbox == false %}
@@ -54,7 +54,7 @@
{#
- reserved for version 1.5.0 or later + reserved for version 1.6.0 or later @@ -220,55 +220,55 @@