aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/signup.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/signup.html')
-rw-r--r--templates/pages/signup.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/pages/signup.html b/templates/pages/signup.html
index c706074..99d6021 100644
--- a/templates/pages/signup.html
+++ b/templates/pages/signup.html
@@ -7,6 +7,8 @@
<input type="text" name="username" id="username" />
<label for="password">password</label>
<input type="password" name="password" id="password" />
+ <label for="password-confirm">confirm password</label>
+ <input type="password" name="password-confirm" id="password-confirm" />
<button type="submit">submit</button>
</form>
<p id="message"></p>