{% extends 'website/base.html' %} {% load static %} {% block title %}CCRadio - Artist Form{% endblock %} {% block page %}
{% csrf_token %} {{ form.as_p }}

Delete Artist
{% endblock %}