mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fix route
This commit is contained in:
parent
77c978d29a
commit
1e4daf0348
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
<form
|
<form
|
||||||
method="POST"
|
method="POST"
|
||||||
action="{{ request()->routeIs('report-templates.edit') ? route('report-templates.update', $template) : '/reports/custom' }}"
|
action="{{ request()->routeIs('report-templates.edit') ? route('report-templates.update', $template) : route('reports/custom') }}"
|
||||||
accept-charset="UTF-8"
|
accept-charset="UTF-8"
|
||||||
class="form-horizontal"
|
class="form-horizontal"
|
||||||
id="custom-report-form"
|
id="custom-report-form"
|
||||||
|
|
Loading…
Reference in a new issue