% @page_thumbnail = "admin/users_thumb.png" @page_name = "Settings" %>
Fields marked with * are required and must be filled out.
<%= form_for @current_user, :url => admin_settings_path, :method => :put, :html => {:class => "form-horizontal"} do |f| %> <%= render :partial => "form", :locals => {:f => f} %>