aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home_log.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/templates/home_log.html')
-rw-r--r--backend/templates/home_log.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html
index c57272c..485661c 100644
--- a/backend/templates/home_log.html
+++ b/backend/templates/home_log.html
@@ -1,5 +1,3 @@
{{define "body"}}
-<main id="content">
-{{ template "logs_display" . }}
-</main>
+<main id="content">{{ template "logs_display" . }}</main>
{{end}}