diff --git a/app/views/profile_editor/edit.html.erb b/app/views/profile_editor/edit.html.erb index f93fd62..a02ed3c 100644 --- a/app/views/profile_editor/edit.html.erb +++ b/app/views/profile_editor/edit.html.erb @@ -1,6 +1,5 @@

<%= _('Profile settings for %s') % profile.name %>

-<%= javascript_include_tag 'deactivate_profile' %> <%= error_messages_for :profile_data %> <%= labelled_form_for :profile_data, :html => { :id => 'profile-data', :multipart => true } do |f| %> -- libgit2 0.21.2