From e73c66edd3dc8d2dcbdfb8b2504a9d3e0fb6a882 Mon Sep 17 00:00:00 2001 From: Lan Hui <1348141770@qq.com> Date: Thu, 21 Jul 2022 22:12:35 +0800 Subject: [PATCH] Re-arrange button positions (put Next Article before Previous Article). --- app/templates/userpage_get.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index fea7b5b..9eecbd2 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -27,11 +27,13 @@ 重设密码
{{ flashed_messages|safe }} + + 下一篇 Next Article {% if session.get('articleID') != session.get('temp') %} {% if session.get('temp') != None %} -上一篇 Previous Article + 上一篇 Previous Article {% endif%} - {% endif %} 下一篇 Next Article + {% endif %}
阅读文章并回答问题