diff options
Diffstat (limited to 'templates/newdestpage.hamlet')
-rw-r--r-- | templates/newdestpage.hamlet | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/newdestpage.hamlet b/templates/newdestpage.hamlet new file mode 100644 index 0000000..0d6778a --- /dev/null +++ b/templates/newdestpage.hamlet @@ -0,0 +1,9 @@ +<h2>_{MsgAddEmail} + +$maybe email <- submission + <div .message> + <p>Sending verification token to #{emailEmail email}. Once confirmed, this address will be available for you to select. + +<form method=post action=@{NewdestR}#form enctype=#{eformEnctype}> + ^{eformWidget} + <input .buttonish type="submit" value="Add new address"> |