diff --git a/plants/templates/plants/location_edit.html b/plants/templates/plants/location_edit.html index 2409ab0..624866a 100644 --- a/plants/templates/plants/location_edit.html +++ b/plants/templates/plants/location_edit.html @@ -1,21 +1,59 @@ +{# plants/templates/plants/location_edit.html #} {% extends "plants/base.html" %} {% block title %}Edit Area — BloomBase{% endblock %} {% block content %} -
- -
Edit area
-
+
-
+
+ +

Edit area

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