aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/email_validation.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-01 08:38:17 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-01 08:38:17 +0100
commit844bef5070b071aa5ddf823036d2fe2285b40a7b (patch)
tree129a67cbed69c4ed6f286e9a0bf3770b9c82ffc6 /view/tpl/email_validation.tpl
parent97e329906e3cde0bacafcceb94780bedd44f1f32 (diff)
parent6210b7727f6c8542daaa62d1ed7f9ec1f74323f2 (diff)
downloadvolse-hubzilla-844bef5070b071aa5ddf823036d2fe2285b40a7b.tar.gz
volse-hubzilla-844bef5070b071aa5ddf823036d2fe2285b40a7b.tar.bz2
volse-hubzilla-844bef5070b071aa5ddf823036d2fe2285b40a7b.zip
Merge branch 'dev' into 3.2RC
Diffstat (limited to 'view/tpl/email_validation.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>