Closed slobinger closed 3 years ago
I have just cloned the repo and a closer look. In 'base.html' there are the lines:
{% import 'admin/layout.html' as layout with context -%}
{% import 'flask-admin/layout.html' as adminlte_layout with context -%}
So I have to correct my issue - seems to be that there is a template referenced that is not part of this project.
There should admin/layout.html
come from? Or what do I miss here?
Thanks :-)
OK There is not problem with Flask-AdminLTE3. It just requires that Flask-Admin is installed. I know I have overlooked this in the documentation. sorry for the noise :-)
Nice project - it would be really useful to be able to use AdminLTE without using its static files in the projects source code itself. Just found out that the base.html template references 'admin/layout.html' that is not correct and should be 'flask-admin/layout.html'.
Traceback
Steps to reproduce:
GET /
If I have Time I am glad to provide a fix.