Remind about PayPal service fees
[hcoop/zz_old/portal.git] / app / confirm.mlt
index b0e0187..0cc9776 100644 (file)
@@ -4,11 +4,11 @@ val id = Web.stoi ($"id");
 val passwd = $"p";
 
 if App.confirm (id, passwd) then
-       %><h3><b>Confirmation successful</b></h3>
-       You should hear from us within a few days from now.<%
+   %><h3><b>Confirmation successful</b></h3>
+   You should hear from us within a few days from now.<%
 else
-       %><h3><b>Error confirming</b></h3>
-       Did you already follow this confirmation link?<%
+   %><h3><b>Error confirming</b></h3>
+   Did you already follow this confirmation link?<%
 end;
 
 @footer[] %>
\ No newline at end of file