From 07d52066425c294d4040664e37f8fafee0a7c281 Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 28 Feb 2018 17:23:22 +0200 Subject: [PATCH] Create fadmin.html --- flask-admin-integration/app/templates/fadmin.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 flask-admin-integration/app/templates/fadmin.html diff --git a/flask-admin-integration/app/templates/fadmin.html b/flask-admin-integration/app/templates/fadmin.html new file mode 100644 index 0000000..ac68ce0 --- /dev/null +++ b/flask-admin-integration/app/templates/fadmin.html @@ -0,0 +1,7 @@ +{% extends 'admin/master.html' %} +{% block body %} + Hello World from MyView! +
+ Go to admin! +
+{% endblock %}