diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 1669bbda2..729b573b4 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -69,6 +69,7 @@
+ <%= hidden_field_tag "user[dmail_filter_attributes][id]", @user.dmail_filter.try(:id) %> <%= text_field_tag "user[dmail_filter_attributes][words]", @user.dmail_filter.try(:words), :id => "user_dmail_filter_attributes_words", :class => "text optional", :size => 40 %> A list of banned words (space delimited). Any dmail you receive with a banned word will automatically be deleted.
diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index e5e33a0f3..4f077ee1c 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.65.1" + "2.65.2" end # The name of this Danbooru.