1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-14 17:14:22 +02:00

Flextype Box Plugin: Admin #125 #117

- Entries Controller/Views implementation
This commit is contained in:
Awilum
2019-06-01 13:48:37 +03:00
parent 2d3a379e5e
commit 7756f66f47

View File

@@ -1,5 +1,5 @@
{% extends "plugins/admin/views/partials/base.html" %}
{% block content %}
@{{ dump(entry_body) }}@
{{ form|raw }}
{% endblock %}