moved the date picker to header
This commit is contained in:
parent
a91b196e64
commit
762c2a2e36
6 changed files with 29 additions and 25 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue