cvsimport
[hcoop/zz_old/portal.git] / app / confirm.mlt
CommitLineData
ce7b516a 1<% @header [("title", ["Confirm application"])];
20a679fc 2
3val id = Web.stoi ($"id");
4val passwd = $"p";
5
6d56b757 6if App.confirm (id, passwd) then
7 %><h3><b>Confirmation successful</b></h3>
8 You should hear from us within a few days from now.<%
9else
10 %><h3><b>Error confirming</b></h3>
11 Did you already follow this confirmation link?<%
20a679fc 12end;
13
14@footer[] %>