mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small experimental fix [skip ci]
This commit is contained in:
parent
087eb5dbe6
commit
847e05e9a7
@ -6,7 +6,7 @@
|
|||||||
<h4 class="modal-title" id="myModalLabel">Update (expected) available amount for {{ Session.get('start').format('F Y') }}</h4>
|
<h4 class="modal-title" id="myModalLabel">Update (expected) available amount for {{ Session.get('start').format('F Y') }}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form style="display: inline;" id="income" action="{{ route('budgets.postIncome') }}" method="POST">
|
<form style="display: inline;" id="income" action="/budgets/income" method="POST">
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user