djLint/tests/flask_admin/bootstrap2/admin/file/form.html

7 lines
253 B
HTML
Raw Normal View History

2021-07-29 18:41:34 +00:00
{% extends 'admin/master.html' %}
{% import 'admin/lib.html' as lib with context %}
{% block body %}
{% block header %}<h3>{{ header_text }}</h3>{% endblock %}
{% block fa_form %}{{ lib.render_form(form, dir_url) }}{% endblock %}
{% endblock %}