From b287e9535b659e23494db2fde854ef4aeecfd799 Mon Sep 17 00:00:00 2001 From: Jonathon Leight Date: Sun, 21 Jun 2026 22:50:06 -0400 Subject: [PATCH] Skinnier add repeater wizard --- internal/core/templates/add_repeater.html | 4 ++++ internal/core/templates/repeater_added.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/internal/core/templates/add_repeater.html b/internal/core/templates/add_repeater.html index 6085e10..d604710 100644 --- a/internal/core/templates/add_repeater.html +++ b/internal/core/templates/add_repeater.html @@ -5,6 +5,8 @@ {{end}} {{define "content"}} +
+
{{if .Error}}
{{.Error}}
{{end}}
    @@ -140,4 +142,6 @@ syncPublicMap(); {{end}} +
+
{{end}} diff --git a/internal/core/templates/repeater_added.html b/internal/core/templates/repeater_added.html index 93dc24f..5df026a 100644 --- a/internal/core/templates/repeater_added.html +++ b/internal/core/templates/repeater_added.html @@ -5,6 +5,8 @@ {{end}} {{define "content"}} +
+
  • Grant access
  • Repeater details
  • @@ -68,4 +70,6 @@
+ + {{end}}