wip
This commit is contained in:
parent
f7f28b35ec
commit
eedc354160
6 changed files with 56 additions and 6 deletions
4
app/templates/dashboard/any_form_template.html
Normal file
4
app/templates/dashboard/any_form_template.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<form method="POST" action="...">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<!-- Form fields -->
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue