aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-28 21:15:26 -0800
committerzotlabs <mike@macgirvin.com>2018-02-28 21:15:26 -0800
commit01015bc0d54343831189ce1b09a69b70a6371fd5 (patch)
treeb9b832c6f06865511c360da25a9893762f5af5c3 /view/tpl
parent2b910eb5aa204e1914c8c73afe369c443bd1ff49 (diff)
downloadvolse-hubzilla-01015bc0d54343831189ce1b09a69b70a6371fd5.tar.gz
volse-hubzilla-01015bc0d54343831189ce1b09a69b70a6371fd5.tar.bz2
volse-hubzilla-01015bc0d54343831189ce1b09a69b70a6371fd5.zip
several email validation issues
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/email_validation.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/email_validation.tpl b/view/tpl/email_validation.tpl
index f049a040f..9913e0971 100644
--- a/view/tpl/email_validation.tpl
+++ b/view/tpl/email_validation.tpl
@@ -2,15 +2,15 @@
<div class="descriptive-paragraph" style="font-size: 1.2em;"><p>{{$desc}}</p></div>
-<form action="email_validation" method="post">
+<form action="email_validation/{{$email}}" method="post">
{{include file="field_input.tpl" field=$token}}
-<div class="pull-right">
- <a href="email_resend/{{$email}}" class="btn btn-warning">{{$resend}}</a>
-</div>
-<div class="submit-wrapper" >
+<div class="pull-right submit-wrapper">
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
</div>
+<div class="resend-email" >
+ <a href="email_resend/{{$email}}" class="btn btn-warning">{{$resend}}</a>
+</div>
</form>
<div class="clear"></div>