We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4535139 + dcf082a commit e1d6288Copy full SHA for e1d6288
app/twig_templates/admin/blog_templates/edit.twig
@@ -48,7 +48,7 @@
48
49
// submit処理を行う
50
$('#sys-blog-template-form-submit').click(function () {
51
- var action = '{{ url(req, 'BlogTemplates', 'create') }}';
+ var action = '{{ url(req, 'BlogTemplates', 'edit') }}';
52
$('#sys-blog-template-form').prop('action', action);
53
$('#sys-blog-template-form').prop('target', '_self');
54
});
0 commit comments