{% extends 'website/base.html' %} {% block title %}CCRadio - Album: {{ album.artist.name }} - {{ album.title }}{% endblock %} {% block page %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}