From 2335285c2849fb8a5f9f17eaf2cea43bd8424550 Mon Sep 17 00:00:00 2001 From: Mivort Date: Thu, 7 Nov 2024 08:32:42 +0000 Subject: [PATCH] fix: add missing closing div to htmx edit template (#968) This PR adds missing closing `` for one that was opened above on line 17 in htmx `view_edit.t` template. --- loco-gen/src/templates/scaffold/htmx/view_edit.t | 1 + 1 file changed, 1 insertion(+) diff --git a/loco-gen/src/templates/scaffold/htmx/view_edit.t b/loco-gen/src/templates/scaffold/htmx/view_edit.t index 23257ddc9..aa202ee3d 100644 --- a/loco-gen/src/templates/scaffold/htmx/view_edit.t +++ b/loco-gen/src/templates/scaffold/htmx/view_edit.t @@ -46,6 +46,7 @@ Edit {{name}}: {% raw %}{{ item.id }}{% endraw %} {% endif -%} {% endfor -%} +