Fixed erroneous form tag on anchor

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-10-01 20:08:54 +01:00
parent 9a2117466e
commit 97d00e5aa8

View file

@ -60,7 +60,7 @@
</div><!-- /.box-body -->
<div class="box-footer text-right">
<a class="btn btn-link" href="{{ URL::previous() }}" method="post" enctype="multipart/form-data">{{ trans('button.cancel') }}</a>
<a class="btn btn-link" href="{{ URL::previous() }}">{{ trans('button.cancel') }}</a>
<button type="submit" class="btn btn-success" id="submit-button"><x-icon type="checkmark" /> {{ trans('button.delete') }}</button>
</div><!-- /.box-footer -->
</div><!-- /.box -->