Views
This commit is contained in:
@ -4,5 +4,7 @@ from jinja2 import Environment
|
||||
def environment(**options):
|
||||
env = Environment(**options)
|
||||
|
||||
env.globals.update({})
|
||||
env.globals.update({
|
||||
# "url": reverse_url,
|
||||
})
|
||||
return env
|
||||
|
||||
Reference in New Issue
Block a user