From 587f8e6090dc92706e5253e940f2a6c08ecbe450 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sun, 15 Oct 2023 15:05:33 +0000 Subject: [PATCH] docs/files/index: restyled the page --- src/templates/docs/files/index.html | 51 +++++++++++++++++------------ 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/src/templates/docs/files/index.html b/src/templates/docs/files/index.html index 486d36cf..70f8ce1f 100644 --- a/src/templates/docs/files/index.html +++ b/src/templates/docs/files/index.html @@ -4,21 +4,19 @@ {% block main %} {% if files %} -
-
-

{{ _("Files") }}

+
+
+

{{ _("Files") }}

-
+
{% for f in files %} {% if f.is_image() %} - +
+ + {{ f.filename }} +

{{ f.filename }}

+
+
{% end %} {% end %}
@@ -39,25 +37,36 @@ {% end %}
-
+
{% end %} -
-
-
{{ _("Upload File") }}
+
+
+
{{ _("Upload File") }}
{% raw xsrf_form_html() %} -
- - +
+
+ +
-
- +
+
-- 2.47.3