mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-14 02:21:30 +01:00
feature: csrf protection
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<h5 class="m-0">{{ (action == 'edit') ? 'Edit' : 'Add' }}</h5>
|
||||
</div>
|
||||
<form role="form" method="post" action="{{ cl_link_form }}" id="cl-edit-form">
|
||||
{{ csrf() }}
|
||||
<div class="card-body">
|
||||
{% if action == 'edit' %}
|
||||
<input type="hidden" name="id" value="{{ cl_id }}"/>
|
||||
|
||||
Reference in New Issue
Block a user