Fix forms

This commit is contained in:
James Cole
2023-06-10 16:08:32 +02:00
parent 70e2aab073
commit f8b48f7455
15 changed files with 32 additions and 30 deletions

View File

@@ -5,7 +5,8 @@
{% endblock %}
{% block content %}
<form method="POST" action="{{ route('attachments.update', attachment.id) }}" accept-charset="UTF-8" class="form-horizontal" id="update">
<form method="POST" action="{{ route('attachments.update', attachment.id) }}" accept-charset="UTF-8"
class="form-horizontal" id="update">
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
<input type="hidden" name="id" value="{{ attachment.id }}"/>
@@ -37,6 +38,7 @@
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
{# panel for options #}