Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Kairos
44a530ce9e Merge pull request '#64: erreur apres upgrade a django4 / admin-sortable2 2.0+' (#67) from fix-1.0-64 into develop-1.0
Reviewed-on: #67
2022-08-16 13:53:52 +02:00
bkfox
1d60f2fa41 fix template include error 2022-08-16 13:52:11 +02:00

View File

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