diff --git a/app/views/admin/configs/show.html.erb b/app/views/admin/configs/show.html.erb index 200ccc85b..091a18619 100644 --- a/app/views/admin/configs/show.html.erb +++ b/app/views/admin/configs/show.html.erb @@ -633,10 +633,36 @@ <% end %> <% end %> + <%= render "form_submission", f: f %> + + + + <% end %> + + <%= form_for(SiteConfig.new, url: admin_config_path, html: { data: { testid: "emailDigestSectionForm" } }) do |f| %> +