moved the date picker to header
This commit is contained in:
parent
a91b196e64
commit
762c2a2e36
6 changed files with 29 additions and 25 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
templ CakePage(cake models.Cake) {
|
||||
@Layout(cakeTitle(cake), CakeForm(cake))
|
||||
@Layout(cakeTitle(cake), nil, CakeForm(cake))
|
||||
}
|
||||
|
||||
templ CakeForm(cake models.Cake) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue