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

Add new album here.

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