-<h1><%= t 'user.lost_password.heading' %></h1>
+<% content_for :heading do %>
+ <h1><%= t 'user.lost_password.heading' %></h1>
+<% end %>
<p><%= t 'user.lost_password.help_text' %></p>
-<% form_tag :action => 'lost_password' do %>
+<%= form_tag :action => 'lost_password' do %>
<table>
<tr>
<td class="fieldName"><%= t 'user.lost_password.email address' %></td>