qor / auth

Golang Authentication solution
MIT License
716 stars 100 forks source link

Default templates expecting "t" Func to be registered #2

Closed lobando closed 6 years ago

lobando commented 6 years ago

While trying to use this module I keep getting a function "t" not defined error. It seems to be required to use FuncMapMaker to register the t function to translate the view.

lobando commented 6 years ago

Ok I found the way of creating my own templates / views. I guess that's the intended use.