From c6b620b2729e6463f2ce58e33c3de1d887429842 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Mon, 2 Aug 2021 19:27:22 +0800 Subject: [PATCH] app/main.py: flash a message after deleting a word (use bootstrap alerts -- it seems that dismissable alert does not work, so forget about it.). --- app/main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/main.py b/app/main.py index 13f6af4..d23c272 100644 --- a/app/main.py +++ b/app/main.py @@ -196,11 +196,8 @@ def get_flashed_messages_if_any(): messages = get_flashed_messages() s = '' for message in messages: - s += '