diff --git a/app/views/profile_editor/_organization.rhtml b/app/views/profile_editor/_organization.rhtml index e89ba28..9fedbd1 100644 --- a/app/views/profile_editor/_organization.rhtml +++ b/app/views/profile_editor/_organization.rhtml @@ -4,6 +4,8 @@ <%= required f.text_field(:name) %> + <%= @plugins.dispatch(:profile_info_extra_contents).collect { |content| instance_eval(&content) }.join("") %> + <% if @environment.enabled?('enable_organization_url_change') %>