mirror of
https://github.com/flextype/flextype.git
synced 2025-08-13 08:34:19 +02:00
- Entries Controller/Views implementation
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<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}}">
|
||||
<input type="hidden" id="action" name="action" value="save-form">
|
||||
<input type="hidden" id="parent_entry" name="parent_entry" value="{{ entry }}">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
Reference in New Issue
Block a user