From e9ac50422baf0ed7c9020d54fc93d5b75397d014 Mon Sep 17 00:00:00 2001 From: Lan Hui <1348141770@qq.com> Date: Fri, 11 Aug 2023 19:28:53 +0800 Subject: [PATCH] Make the flash message dismissible. --- .gitignore | 1 + app/static/.DS_Store | Bin 6148 -> 0 bytes app/templates/userpage_get.html | 7 ++++++- 3 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 app/static/.DS_Store diff --git a/.gitignore b/.gitignore index 39b4e3a..34e28e4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ venv/ app/__init__.py app/__pycache__/ +.DS_Store app/.DS_Store app/sqlite_commands.py app/static/usr/*.jpg diff --git a/app/static/.DS_Store b/app/static/.DS_Store deleted file mode 100644 index 0c9d7b0bb4d3e8b93b39ac16f84d7f721cd3279b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%Sr=55Ukc5B3^RLael!+7()Dl{D7b_7g;e7!P}nlU4EL?55%zX67V9`&|Nb< zU9)T*wzmP;>hN?2EC9^ujyQUlnxDH*?5Z+Gr1Opgwixh;kN3@_`h3ET;uT;Ht@^ap58~uUqHJ@}hu7ko5?U)$t hm>X}$%P7ja=4+n!!Z9)E%m + + {{ yml['header'] | safe }} {% if yml['css']['item'] %} @@ -56,7 +58,10 @@

{% for message in get_flashed_messages() %} - + {% endfor %}