From fbf054d1740849b34ad5a043edac9acad699edcf Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 31 Jul 2021 21:10:27 +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.?= 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 5ba9f9b..0cc0233 100644 --- a/app/main.py +++ b/app/main.py @@ -340,8 +340,8 @@ def userpage(username): page += 'EnglishPal Study Room for %s' % (username) page += '

English Pal for %s 登出

' % (username) page += '

下一篇

' % (username) - page += '

阅读文章并回答问题

\n' page += '
%s
' % (get_today_article(user_freq_record, session['articleID'])) + page += '

阅读文章并回答问题

\n' page += '

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

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