From 7e748bcaa548709b801da2db2edeaea9afe06d87 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 21 Sep 2023 01:58:29 +0200 Subject: [PATCH] Add empty settings-tabs to htmx layout This is required if requesting an admin page via HTMx; i do not think it is done as of now, except for the media picker, that has no layout because i do not want to update the title. --- web/templates/admin/htmx.gohtml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/admin/htmx.gohtml b/web/templates/admin/htmx.gohtml index a632f57..9b0205d 100644 --- a/web/templates/admin/htmx.gohtml +++ b/web/templates/admin/htmx.gohtml @@ -4,3 +4,4 @@ --> {{ template "title" . }} — Camper {{ template "content" . }} +{{ define "settings-tabs" }}{{ end }}