diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-01-27 23:12:28 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-01-27 23:12:28 +0800 |
commit | 1d2fdd0d849594190b5fdb279df438f6a7d63426 (patch) | |
tree | 5adeb548fa473f9748c9ae37038f27fe4276b4b5 /app/templates | |
parent | 2e5ec16dbe1bb19f7baae2365bfa44aa162ca8ec (diff) |
signup.html: add a info line for the form
Diffstat (limited to 'app/templates')
-rw-r--r-- | app/templates/signup.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/templates/signup.html b/app/templates/signup.html index da99673..273d492 100644 --- a/app/templates/signup.html +++ b/app/templates/signup.html @@ -7,6 +7,8 @@ You're logged in already! <a href="/logout">Logout</a>. <p>{{ get_flashed_messages()[0] | safe }}</p>
+<p>Sign up here.</p>
+
<form action="/signup" method="POST">
<p><input type="username" name="username" placeholder="邮箱地址、电话号码"></p>
<p><input type="password" name="password" placeholder="密码"></p>
|