diff --git a/app/controllers/organisations_controller.rb b/app/controllers/organisations_controller.rb index b300f93..fd2f32f 100644 --- a/app/controllers/organisations_controller.rb +++ b/app/controllers/organisations_controller.rb @@ -33,7 +33,7 @@ if @organisation.update_attributes(assign_params) format.html { redirect_to admin_show_organisation_path(params[:id]), notice: I18n.t("admin.org_updated_message") } else - format.html { render action: "edit" } + format.html { render action: "admin_edit" } end rescue Dragonfly::Job::Fetch::NotFound => dflye