Minor on docs (fixes #133)
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
60177639f4
commit
1c24b62727
1 changed files with 2 additions and 2 deletions
|
|
@ -179,8 +179,8 @@ The following signals exist in Flask:
|
|||
template.name or 'string template',
|
||||
context)
|
||||
|
||||
from flask import request_started
|
||||
request_started.connect(log_template_renders, app)
|
||||
from flask import template_rendered
|
||||
template_rendered.connect(log_template_renders, app)
|
||||
|
||||
.. data:: flask.request_started
|
||||
:noindex:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue