forked from orbit-oss/flask
Linked escape
This commit is contained in:
parent
6a3a046f55
commit
0b8e01b445
1 changed files with 3 additions and 0 deletions
|
|
@ -583,6 +583,9 @@ sessions work::
|
||||||
# set the secret key. keep this really secret:
|
# set the secret key. keep this really secret:
|
||||||
app.secret_key = 'the secret key'
|
app.secret_key = 'the secret key'
|
||||||
|
|
||||||
|
The here mentioned :func:`~flask.escape` does escaping for you if you are
|
||||||
|
not using the template engine (like in this example).
|
||||||
|
|
||||||
Message Flashing
|
Message Flashing
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue