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 | |
parent | 2e5ec16dbe1bb19f7baae2365bfa44aa162ca8ec (diff) |
signup.html: add a info line for the form
Diffstat (limited to 'app')
-rwxr-xr-x | app/static/frequency/frequency.p | bin | 1128664 -> 0 bytes | |||
-rw-r--r-- | app/static/wordfreqapp.db | bin | 49152 -> 0 bytes | |||
-rw-r--r-- | app/templates/signup.html | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/app/static/frequency/frequency.p b/app/static/frequency/frequency.p Binary files differdeleted file mode 100755 index 7e5fd77..0000000 --- a/app/static/frequency/frequency.p +++ /dev/null diff --git a/app/static/wordfreqapp.db b/app/static/wordfreqapp.db Binary files differdeleted file mode 100644 index 5626b9f..0000000 --- a/app/static/wordfreqapp.db +++ /dev/null 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>
|