1
0
Fork 0

templates/mainpage_get.html: Use more appropriate word. 将'登出'按钮改为'退出' -- 陈天乐

ChenTianle-TypoCorrection
Lan Hui 2022-01-27 20:15:26 +08:00
parent 8dab62df7e
commit f675870401
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<p>请决定你要试用的时间长度,扫描下面支付宝二维码支付。 支付时请注明<i>English Pal Membership Fee</i>。 我们会于12小时内激活账号。</p>
<p><img src="static/donate-the-author-hidden.jpg" width="120px" alt="支付宝二维码" /></p>
<p>如果有问题,请联系开发者 dev@qq.com。</p>
<p><a href="/logout"></a></p>
<p><a href="/logout">退</a></p>
</body>
</html>

View File

@ -23,7 +23,7 @@
<body>
<div class="container-fluid">
<p><b>English Pal for <font color="red">{{ username }}</font></b>
<a class="btn btn-secondary" href="/logout" role="button"></a>
<a class="btn btn-secondary" href="/logout" role="button">退</a>
<a class="btn btn-secondary" href="/reset" role="button">重设密码</a>
</p>
{{ flashed_messages|safe }}