summaryrefslogtreecommitdiff
path: root/app/templates/signup.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/signup.html')
-rw-r--r--app/templates/signup.html2
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>