forked from orbit-oss/flask
before_render_template signal
This commit is contained in:
parent
cb9f645081
commit
d53d5c732b
4 changed files with 29 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ from .templating import render_template, render_template_string
|
|||
from .signals import signals_available, template_rendered, request_started, \
|
||||
request_finished, got_request_exception, request_tearing_down, \
|
||||
appcontext_tearing_down, appcontext_pushed, \
|
||||
appcontext_popped, message_flashed
|
||||
appcontext_popped, message_flashed, before_render_template
|
||||
|
||||
# We're not exposing the actual json module but a convenient wrapper around
|
||||
# it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue