{# plants/templates/plants/location_edit.html #} {% extends "plants/base.html" %} {% block title %}Edit Area — BloomBase{% endblock %} {% block content %}

Edit area

{% csrf_token %}
{% if location.cover_photo %}
Current cover
{% endif %}
Cancel
{% endblock %}