fixed silent panics
This commit is contained in:
parent
762c2a2e36
commit
2940f00142
4 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
templ CakePage(cake models.Cake) {
|
||||
@Layout(cakeTitle(cake), nil, CakeForm(cake))
|
||||
@Layout(cakeTitle(cake), templ.NopComponent, CakeForm(cake))
|
||||
}
|
||||
|
||||
templ CakeForm(cake models.Cake) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue