{% extends "plants/base.html" %} {% block title %}Delete {{ plant.name }} — BloomBase{% endblock %} {% block content %}
Delete "{{ plant.name }}"?

This will also delete all pruning history for this plant. This cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}