diff options
author | Clint Adams <clint@softwarefreedom.org> | 2015-04-24 12:53:02 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2015-04-24 12:53:02 -0400 |
commit | 62597317839c7945bfbc4b7a00f55d2db6459ab6 (patch) | |
tree | 6ad8c079d5eea66b05326d435e30cc2b1de43266 /templates/newdestpage.hamlet |
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"> |