moved the date picker to header

This commit is contained in:
bronkuu 2026-06-15 14:56:08 +02:00
parent a91b196e64
commit 762c2a2e36
6 changed files with 29 additions and 25 deletions

View file

@ -3,7 +3,7 @@ package templates
import "strconv"
templ Confirmation(title string, id int) {
@Layout(title, ConfirmationBody(id))
@Layout(title, nil, ConfirmationBody(id))
}
templ ConfirmationBody(id int) {