PDMI/LBI_PiPy/templates/admin_/file/form.html

10 lines
267 B
HTML
Raw Normal View History

2019-04-28 18:49:02 +02: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 %}