mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix issues with relative urls
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="col-sm-8">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
{{ Html.checkbox('create_another', false).id(name ~ '_return_to_form') }}
|
||||
{{ Html.checkbox('create_another').id(name ~ '_return_to_form') }}
|
||||
{{ trans('form.returnHereExplanation') }}
|
||||
|
||||
</label>
|
||||
|
Reference in New Issue
Block a user