From 5ab32590b603447ac9cf805e2ccb72e5616c2a1a Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 28 May 2019 18:49:40 +0300 Subject: [PATCH] Flextype Box Plugin: Admin #125 #117 - Templates Controller/Views implementation --- .../views/templates/extends/templates/edit.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 site/plugins/admin/views/templates/extends/templates/edit.html diff --git a/site/plugins/admin/views/templates/extends/templates/edit.html b/site/plugins/admin/views/templates/extends/templates/edit.html new file mode 100644 index 00000000..c52ff383 --- /dev/null +++ b/site/plugins/admin/views/templates/extends/templates/edit.html @@ -0,0 +1,17 @@ +{% extends "plugins/admin/views/partials/base.html" %} + +{% block content %} +
+ {{ csrf() }} + + + +
+
+
+ +
+
+
+
+{% endblock %}