From b320b1a47184e7d522b541a1b4f29e4d450f93b5 Mon Sep 17 00:00:00 2001 From: Stephan Kerkman Date: Mon, 1 Jun 2026 16:47:12 +0200 Subject: [PATCH] feat: restyle location_edit.html with cover photo upload field --- plants/templates/plants/location_edit.html | 64 +++++++++++++++++----- 1 file changed, 51 insertions(+), 13 deletions(-) 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 %}