]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/confirm.rhtml
Merge 14394:14533 from trunk.
[rails.git] / app / views / user / confirm.rhtml
index ea2aab814a57efe5f1d05abd188bc9bad36ce57f..7953ff8222eaf2837ee9b2cd646b1adf8c09a574 100644 (file)
@@ -2,11 +2,9 @@
 
 <p>Press the confirm button below to activate your account.</p>
 
-<!-- FIXME this is deeply fucked up that the confirmation page should then get you to add a button -->
-
 <form method="post">
 <input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
-<input type="submit" name="confirm_action" value="Confrm">
+<input type="submit" name="confirm_action" value="Confirm">
 </form>