Create fadmin.html
This commit is contained in:
parent
a20edf948a
commit
07d5206642
1 changed files with 7 additions and 0 deletions
7
flask-admin-integration/app/templates/fadmin.html
Normal file
7
flask-admin-integration/app/templates/fadmin.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{% extends 'admin/master.html' %}
|
||||||
|
{% block body %}
|
||||||
|
Hello World from MyView!
|
||||||
|
<div>
|
||||||
|
<a href="{{ url_for('admin.index') }}">Go to admin!</a>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
Loading…
Reference in a new issue