{% extends 'program_base.html' %} {% load bootstrap3 %} {% block program_content %}

Delete {{ object.name }}

Really delete this proposal? This action cannot be undone.

{% csrf_token %} {% bootstrap_button "Delete" button_type="submit" button_class="btn-danger" %} {% bootstrap_button "Cancel" button_type="link" button_class="btn-primary" %}
{% endblock program_content %}