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