diff --git a/app/controllers/templates_controller.rb b/app/controllers/templates_controller.rb index 82e00b4..4f5e453 100644 --- a/app/controllers/templates_controller.rb +++ b/app/controllers/templates_controller.rb @@ -168,7 +168,7 @@ new_version.published = false new_version.save! end - redirect_to admin_index_template_path(), notice: _('Information was successfully updated.') + redirect_to admin_template_template_path(), notice: _('Information was successfully updated.') else render action: "edit" end