Commit f9cf8cb6d3389536bf2cd57930a33ffc7d02790e
Exists in
master
and in
15 other branches
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
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/views/shared/_organization_custom_fields.html.erb
@@ -30,6 +30,4 @@ | @@ -30,6 +30,4 @@ | ||
30 | <%= optional_field(profile, 'foundation_year', f.text_field(:foundation_year)) %> | 30 | <%= optional_field(profile, 'foundation_year', f.text_field(:foundation_year)) %> |
31 | <% end %> | 31 | <% end %> |
32 | 32 | ||
33 | -<%= render :partial => 'shared/custom_fields', :locals => {:f => f, :profile => profile, :signup => true} %> | ||
34 | - | ||
35 | <%= javascript_include_tag('city_state_validation') %> | 33 | <%= javascript_include_tag('city_state_validation') %> |