Improve form and template usage (#66)

* Improve form and template usage.
This commit is contained in:
Mike Stefanello 2024-06-14 12:35:35 -04:00 committed by GitHub
parent 7d85ff0b08
commit 5ebd42d8f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 341 additions and 274 deletions

View file

@ -183,7 +183,7 @@ func (c *Container) initAuth() {
// initTemplateRenderer initializes the template renderer
func (c *Container) initTemplateRenderer() {
c.TemplateRenderer = NewTemplateRenderer(c.Config)
c.TemplateRenderer = NewTemplateRenderer(c.Config, c.Web)
}
// initMail initialize the mail client