Improve form and template usage (#66)
* Improve form and template usage.
This commit is contained in:
parent
5f66b0ee71
commit
97bef0257e
22 changed files with 341 additions and 274 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue