#64: erreur apres upgrade a django4 / admin-sortable2 2.0+ #67

Merged
thomas merged 1 commits from fix-1.0-64 into develop-1.0 2022-08-16 11:53:52 +00:00

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 %}