fix template include error

This commit is contained in:
bkfox 2022-08-16 13:52:11 +02:00
parent 3195f936d3
commit 1d60f2fa41

View File

@ -2,6 +2,6 @@
{% load static i18n %}
{% with inline_admin_formset.formset.instance as playlist %}
{% include "adminsortable2/tabular.html" %}
{% include "adminsortable2/edit_inline/tabular-django-4.1.html" %}
{% endwith %}