{% extends 'base.html' %} {% block content %}
{% include "sidenav.html" %}
{% include "appnav.html" %}

Update Playlists

{% if updated %} {{ "

Playlist Created Successfully

" }} {% endif %}
{% csrf_token %}
{{form.name}}
{{form.type}}
{% endblock %}