]> git.openstreetmap.org Git - rails.git/blob - app/views/user/confirm.rhtml
ea2aab814a57efe5f1d05abd188bc9bad36ce57f
[rails.git] / app / views / user / confirm.rhtml
1 <h1>Confirm a user account</h1>
2
3 <p>Press the confirm button below to activate your account.</p>
4
5 <!-- FIXME this is deeply fucked up that the confirmation page should then get you to add a button -->
6
7 <form method="post">
8 <input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
9 <input type="submit" name="confirm_action" value="Confrm">
10 </form>
11
12