openstreetmap-website/app/views/user/confirm.rhtml
2008-05-29 20:43:58 +00:00

10 lines
271 B
Text

<h1>Confirm a user account</h1>
<p>Press the confirm button below to activate your account.</p>
<form method="post">
<input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
<input type="submit" name="confirm_action" value="Confrm">
</form>