+<% %>
<div id="voters" class="main-section">
<div id="voters-content">
<h2>Voters</h2>
<p>You must have an account to start a new vote or to administer an
existing vote. You can log in or create a new account below.</p>
-
- <%= render_partial 'basic_login' %>
+
+ <%= render :partial => 'basic_login' %>
<% end %>
</div>