Same thing here, once they post a new value just return something basic for now

This commit is contained in:
James Tombleson 2024-04-14 19:37:06 -07:00
parent 2086ff3547
commit 9dbd8e0e00
1 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,5 @@
package home
import "templ-test/views/layout"
templ SettingsUpdated() {
@layout.WithLayout("Settings Updated") {
<p>You are now free to move about the cabin. Thank you for saving with us!</p>
}
}
<p>You are now free to move about the cabin. Thank you for saving with us!</p>
}