From 50d609c62309efe85358a21b153cd30e6d8e1127 Mon Sep 17 00:00:00 2001 From: sachintha180 Date: Mon, 13 Oct 2025 21:02:35 +0530 Subject: [PATCH] docs: fix missing quote in flashing example --- docs/patterns/flashing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/flashing.rst b/docs/patterns/flashing.rst index 8eb6b3ac..2e569944 100644 --- a/docs/patterns/flashing.rst +++ b/docs/patterns/flashing.rst @@ -111,7 +111,7 @@ categories. The loop looks slightly different in that situation then: {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} -