Fix typo, should be password

This commit is contained in:
James Espinosa
2013-11-24 20:34:18 -06:00
parent ce239e84be
commit 5db8eab564
+3 -3
View File
@@ -7,9 +7,9 @@
<div class="signup">
<%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
<div class="header">
<h2>Forgot Password</h2>
<p>Fill out the form below to reset your email.</p>
<p>Fill out the form below to reset your password.</p>
</div>
<div class="content">
@@ -19,7 +19,7 @@
<div class="actions">
<%= submit_tag "Send Forgot Password Email", {:class => "btn btn-warning btn-small"} %>
</div>
<div class="clearfix"></div>
<% end %>