{% extends 'music_nation/base.html' %} {%block title%} {%endblock%} {%block content%}

Add new song here.

{# this field is important for file upload #} {% csrf_token %} {{ form.as_p }}
{%endblock%}