Skip to content
Snippets Groups Projects
Unverified Commit ad6afdfa authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge branch 'main' into event-time-zone

parents eab78f2f 5f0cf242
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class Admin::Communication::Websites::Posts::CategoriesController < Admin::Commu
def destroy
@category.destroy
redirect_to admin_communication_website_categories_url, notice: t('admin.successfully_destroyed_html', model: @category.to_s)
redirect_to admin_communication_website_post_categories_url, notice: t('admin.successfully_destroyed_html', model: @category.to_s)
end
protected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment