admin: parameterise generic from's base template

This commit is contained in:
Jens Langhammer
2020-02-17 20:29:41 +01:00
parent e57da71dcf
commit 9400b01a55
4 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{% extends "generic/form.html" %}
{% extends base_template|default:"generic/form.html" %}
{% load utils %}
{% load i18n %}