diff --git a/app/models/profile.rb b/app/models/profile.rb index f7aea0a..e6a5575 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -498,6 +498,9 @@ class Profile < ActiveRecord::Base self.custom_footer = template[:custom_footer] self.custom_header = template[:custom_header] self.public_profile = template.public_profile + + # flush + self.save(:validate => false) end def apply_type_specific_template(template) -- libgit2 0.21.2