Commit 0e7143f5bc7f83ea37fceba7a619eff2fd055dca

Authored by Marcos Pereira
1 parent 399569e9

Removes duplicated rendering

Signed-off-by: Marcos Ramos <msramos@outlook.com>
Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
app/views/shared/_organization_custom_fields.html.erb
... ... @@ -30,6 +30,4 @@
30 30 <%= optional_field(profile, 'foundation_year', f.text_field(:foundation_year)) %>
31 31 <% end %>
32 32  
33   -<%= render :partial => 'shared/custom_fields', :locals => {:f => f, :profile => profile, :signup => true} %>
34   -
35 33 <%= javascript_include_tag('city_state_validation') %>
... ...