mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 16:05:50 -06:00
Replaced route.
This commit is contained in:
parent
af994e4dae
commit
fdad96e2bc
@ -13,7 +13,7 @@
|
||||
</div>
|
||||
<div class="box-body">
|
||||
|
||||
<form class="form-horizontal" id="report-form" action="{{ route('reports.select') }}" method="post">
|
||||
<form class="form-horizontal" id="report-form" action="{{ route('reports.index') }}" method="post">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
|
||||
<div class="form-group">
|
||||
<label for="inputReportType" class="col-sm-3 control-label">{{ 'report_type'|_ }}</label>
|
||||
|
Loading…
Reference in New Issue
Block a user