summaryrefslogtreecommitdiff
path: root/views/verify_mail.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/verify_mail.pug')
-rw-r--r--views/verify_mail.pug21
1 files changed, 21 insertions, 0 deletions
diff --git a/views/verify_mail.pug b/views/verify_mail.pug
new file mode 100644
index 0000000..01a2e82
--- /dev/null
+++ b/views/verify_mail.pug
@@ -0,0 +1,21 @@
+//- vim:ts=4:sw=4:
+doctype html
+html
+ head
+ include head
+ title Verify mail
+ body
+ include header
+ article
+ h1 Verify mail
+ if flash
+ p.error= flash
+
+ form(method="post" action="/verify-mail")
+ p A token has been sent to #{user.mail}.
+ p
+ label Enter the token here:
+ br
+ input(type="text" name="token" size=32 value=token style="font-family:monospace" required)
+ p
+ button(type="submit") Verify