Commit 43a702b4d7caec7a65cbc889f296768b8f1e13a0

Authored by Larissa Reis
2 parents 82ab76ba 379057c0

Merge branch 'fix_edit_page' into 'next'

Remove unused javascript tag that was breaking profile edition page.

Fixing profile edit page

See merge request !552
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/views/profile_editor/edit.html.erb
1 1 <h1><%= _('Profile settings for %s') % profile.name %></h1>
2 2  
3   -<%= javascript_include_tag 'deactivate_profile' %>
4 3 <%= error_messages_for :profile_data %>
5 4  
6 5 <%= labelled_form_for :profile_data, :html => { :id => 'profile-data', :multipart => true } do |f| %>
... ...