2024-09-28 17:51:37 +01:00

10 lines
261 B
HTML
Executable File

{% extends 'admin/master.html' %}
{% import 'admin/lib.html' as lib with context %}
{% block content %}
{% block header %}<h3>{{ header_text }}</h3>{% endblock %}
{% block fa_form %}
{{ lib.render_form(form, dir_url) }}
{% endblock %}
{% endblock %}