From b65ffa6054a416122340148d96e4e07353989ca8 Mon Sep 17 00:00:00 2001 From: LiangLiGang <3103167775@qq.com> Date: Thu, 1 Dec 2022 21:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E8=AF=8D=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=8B=BE=E9=80=89,=E5=B9=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/userpage_post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/userpage_post.html b/app/templates/userpage_post.html index 725ee09..1163787 100644 --- a/app/templates/userpage_post.html +++ b/app/templates/userpage_post.html @@ -20,7 +20,7 @@ <title>EnglishPal Study Room for {{username}}</title> </head> <body> - <p>勾选不认识的单词</p> + <p>取消勾选认识的单词</p> <form method="post" action="/{{username}}/mark"> <input type="submit" name="add-btn" value="加入我的生词簿"/> {% for x in lst %} @@ -30,7 +30,7 @@ : <a href='http://youdao.com/w/eng/{{word}}/#keyfrom=dict2.index' title={{word}}>{{word}}</a> ({{x[1]}}) - <input type="checkbox" name="marked" value="{{word}}"> + <input type="checkbox" name="marked" value="{{word}}" checked> </p> {% endfor %}