{% extends "aristotle_mdr/user/userHome.html" %} {% load bootstrap3 static %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}

{% block title %}Delete Issue Label{% endblock %}

You are about to delete the label {{object.label}}.

This will not delete any issues associated with this label.

Click "Delete Label" to proceed.

{% csrf_token %}
Cancel
{% endblock %}