From 5445d15aca3fbb91647a32194d52f9ae46ff40f3 Mon Sep 17 00:00:00 2001 From: swanadiva Date: Tue, 7 Jul 2026 15:59:41 +0700 Subject: [PATCH] fix: include host_modal inside host_list.html so modal works after HTMX nav --- app/backend/views/host_list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/backend/views/host_list.html b/app/backend/views/host_list.html index 6f1f44a..ba1c041 100644 --- a/app/backend/views/host_list.html +++ b/app/backend/views/host_list.html @@ -110,4 +110,5 @@ {{end}} +{{template "host_modal" .}} {{end}} \ No newline at end of file