{% extends "base.html" %} {% set active_page = "admin" %} {% set active_link = "categories" %} {% from "admin/_helpers.html" import render_admin_local_nav %} {% block content %} {{ render_admin_local_nav(current_user, active_link) }}

Admin: Delete Category


Warning! Deleting the category will remove all associated projects. This operation cannot be undone.

Delete Category: {{category.name}}?

No, do not delete it
{% endblock %}