Skip to content
Snippets Groups Projects
Unverified Commit cf77d938 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix saving server registration settings redirecting to branding settings (#20505)

parent e9e4938b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
%h2= t('admin.settings.title')
= render partial: 'admin/settings/shared/links'
= simple_form_for @admin_settings, url: admin_settings_branding_path, html: { method: :patch } do |f|
= simple_form_for @admin_settings, url: admin_settings_registrations_path, html: { method: :patch } do |f|
= render 'shared/error_messages', object: @admin_settings
%p.lead= t('admin.settings.registrations.preamble')
......
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