mirror of
https://github.com/flextype/flextype.git
synced 2025-08-27 23:09:58 +02:00
- Settings Controller/Views implementation
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<form method="post" id="form">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
{{ csrf() }}
|
||||
<input type="hidden" id="action" name="action" value="save-form">
|
||||
<div class="row">
|
||||
|
||||
|
Reference in New Issue
Block a user