disable name changes for now

This commit is contained in:
albert
2013-02-20 01:09:38 -05:00
parent 3250ea4218
commit 42adf0fd15

View File

@@ -5,7 +5,7 @@
<%= simple_form_for @user do |f| %>
<fieldset>
<% if @user.feedback.negative.count == 0 %>
<%= f.input :name, :as => :string %>
<%#= f.input :name, :as => :string %>
<% end %>
<%= f.input :email, :required => Danbooru.config.enable_email_verification?, :hint => "Used for messages and for password resets", :as => :email %>