Minor on docs (fixes #133)
This commit is contained in:
parent
180c67859b
commit
f1edbb1964
1 changed files with 2 additions and 2 deletions
|
|
@ -179,8 +179,8 @@ The following signals exist in Flask:
|
||||||
template.name or 'string template',
|
template.name or 'string template',
|
||||||
context)
|
context)
|
||||||
|
|
||||||
from flask import request_started
|
from flask import template_rendered
|
||||||
request_started.connect(log_template_renders, app)
|
template_rendered.connect(log_template_renders, app)
|
||||||
|
|
||||||
.. data:: flask.request_started
|
.. data:: flask.request_started
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue