mirror of
https://github.com/flextype/flextype.git
synced 2025-08-28 15:29:59 +02:00
- Entries Controller/Views implementation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% extends "plugins/admin/views/partials/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
@{{ dump(entry_body) }}@
|
||||
{% endblock %}
|
@@ -6,7 +6,7 @@
|
||||
<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" name="entry" value="{{entry}}">
|
||||
<input type="hidden" name="entry_name" value="{{entry_name}}">
|
||||
<div class="form-group">
|
||||
<label for="title">{{ tr('admin_type') }}</label>
|
||||
<select class="form-control" name="fieldset">
|
||||
|
Reference in New Issue
Block a user