Linked escape

This commit is contained in:
Armin Ronacher 2010-04-11 04:00:17 +02:00
parent 6a3a046f55
commit 0b8e01b445

View file

@ -583,6 +583,9 @@ sessions work::
# set the secret key. keep this really secret:
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
----------------