<%= 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") %>


<%= render :partial => "spree/bronto_lists/form", @collection => @bronto_lists, :locals => { :f => f } %>
<%= t('name') %> <%= t('bronto.subscribed') %>

<%=button_tag t("bronto.update_subscriptions")%> <% end %>