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',
|
||||
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