forked from rc/aircox
8 lines
227 B
HTML
8 lines
227 B
HTML
{% comment %}Inline block to edit playlists{% endcomment %}
|
|
{% load static i18n %}
|
|
|
|
{% with inline_admin_formset.formset.instance as playlist %}
|
|
{% include "adminsortable2/edit_inline/tabular-django-4.1.html" %}
|
|
{% endwith %}
|
|
|