<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %>
<%= form_for(@user, :url => user_path(@user), :html => { :method => :put }) do |f| %>
<%= t("bronto.my_newsletters") %>
<%= t('name') %> |
<%= t('bronto.subscribed') %> |
<%= render :partial => "spree/bronto_lists/form", @collection => @bronto_lists, :locals => { :f => f } %>
<%=button_tag t("bronto.update_subscriptions")%>
<% end %>