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