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, 0 insertions, 21 deletions
diff --git a/views/verify_mail.pug b/views/verify_mail.pug
deleted file mode 100644
index 17a16e5..0000000
--- a/views/verify_mail.pug
+++ /dev/null
@@ -1,21 +0,0 @@
-//- 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")
- 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