openstreetmap-website/app/views/user/confirm.rhtml
Dirk Stöcker 4c2564e1af fixed typo
2009-01-29 14:19:39 +00:00

10 lines
272 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="Confirm">
</form>