Commit f9cf8cb6d3389536bf2cd57930a33ffc7d02790e

Authored by Antonio Terceiro
2 parents 399569e9 0e7143f5

Merge branch 'fix_custom_field' into 'master'

Removes duplicated rendering of custom fields on organization forms

Signed-off-by: Marcos Ramos <msramos@outlook.com>
Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>

See merge request !772
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') %>
... ...