From 9dbd8e0e003eb7c917f1e81e37cda91a9b3ea2ad Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Sun, 14 Apr 2024 19:37:06 -0700 Subject: [PATCH] Same thing here, once they post a new value just return something basic for now --- views/home/settingsUpdated.templ | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/views/home/settingsUpdated.templ b/views/home/settingsUpdated.templ index 33440c1..69b1eb3 100644 --- a/views/home/settingsUpdated.templ +++ b/views/home/settingsUpdated.templ @@ -1,9 +1,5 @@ package home -import "templ-test/views/layout" - templ SettingsUpdated() { - @layout.WithLayout("Settings Updated") { -

You are now free to move about the cabin. Thank you for saving with us!

- } -} \ No newline at end of file +

You are now free to move about the cabin. Thank you for saving with us!

+}