Create fadmin.html

This commit is contained in:
deflax 2018-02-28 17:23:22 +02:00 committed by GitHub
parent a20edf948a
commit 07d5206642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 %}