From 22af30bc88817af38a4be0800d8fb3056c6b2819 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 31 Jul 2021 21:12:04 +0800 Subject: [PATCH] =?UTF-8?q?app/main.py:=20move=20alert=20bar=20above=20?= =?UTF-8?q?=E9=98=85=E8=AF=BB=E6=96=87=E7=AB=A0=E5=B9=B6=E5=9B=9E=E7=AD=94?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(revision).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 0cc0233..188cd84 100644 --- a/app/main.py +++ b/app/main.py @@ -339,9 +339,9 @@ def userpage(username): page += '' page += 'EnglishPal Study Room for %s' % (username) page += '

English Pal for %s 登出

' % (username) + page += '

阅读文章并回答问题

\n' page += '

下一篇

' % (username) page += '
%s
' % (get_today_article(user_freq_record, session['articleID'])) - page += '

阅读文章并回答问题

\n' page += '

收集生词吧 (可以在正文中划词,也可以复制黏贴)

' page += '
' % (username) page += '
'