From ef3f8de38795a92dfc5d232a533c37d53794f1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 13:44:41 +0100 Subject: fix(section): cannot execute home_logs --- backend/templates/home_log.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'backend/templates/home_log.html') diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html index 485661c..28bf36a 100644 --- a/backend/templates/home_log.html +++ b/backend/templates/home_log.html @@ -1,3 +1,10 @@ {{define "body"}} -
{{ template "logs_display" . }}
+
+ {{ range .Sections }} +
+

{{ .Name }}

+

{{ .Description }}

+
+ {{ template "logs_display" . }} {{ end }} +
{{end}} -- cgit v1.2.3 From 8d000018e132583bf4797ac9cb4ce2c4e96ed8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 14:40:26 +0100 Subject: feat(section): display paginate in full list --- backend/templates/home_log.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 backend/templates/home_log.html (limited to 'backend/templates/home_log.html') diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html deleted file mode 100644 index 28bf36a..0000000 --- a/backend/templates/home_log.html +++ /dev/null @@ -1,10 +0,0 @@ -{{define "body"}} -
- {{ range .Sections }} -
-

{{ .Name }}

-

{{ .Description }}

-
- {{ template "logs_display" . }} {{ end }} -
-{{end}} -- cgit v1.2.3