diff --git a/controller.rst b/controller.rst index b097ac09aa8..08a54873bb5 100644 --- a/controller.rst +++ b/controller.rst @@ -427,13 +427,15 @@ read any flash messages from the session: {% endfor %} {# ...or you can read and display every flash message available #} - {% for type, flash_messages in app.session.flashes %} - {% for flash_message in flash_messages %} -