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