Files
fet2020/fet2020/templates/admin/change_form.html
2025-01-26 22:42:20 +01:00

7 lines
164 B
HTML

{% extends "admin/change_form.html" %}
{% load admin_urls i18n %}
{% block form_top %}
{% if help_text %}<p>{{ help_text }}</p>{% endif %}
{% endblock form_top %}