{% extends "admin/base_site.html" %} {% load inline_action_tags %} {% block content %}

Add sections to playlist: {{playlist.name}}

* Fill out both the artist and name fields to create a new song object
{% csrf_token %} {{ form.as_p }} {% render_inline_action_fields %}
{% endblock %}