diff --git a/app/templates/public/area.html b/app/templates/public/area.html index db00be8..d4c0b4c 100644 --- a/app/templates/public/area.html +++ b/app/templates/public/area.html @@ -126,7 +126,7 @@
+ enctype="multipart/form-data"> {{ form.hidden_tag() }} {# Honeypot — hidden from humans; bots that fill it are rejected #} @@ -141,7 +141,8 @@
{{ form.description.label(class="form-label small fw-semibold") }} - {{ form.description(class="form-control", rows="4", + * + {{ form.description(class="form-control", rows="4", required=True, placeholder="Describe what you noticed…") }} {% for e in form.description.errors %}
{{ e }}
diff --git a/app/templates/public/facility.html b/app/templates/public/facility.html index 9026dc2..a4c19bf 100644 --- a/app/templates/public/facility.html +++ b/app/templates/public/facility.html @@ -125,7 +125,7 @@ + enctype="multipart/form-data"> {{ form.hidden_tag() }} {# Honeypot — hidden from humans; bots that fill it are rejected #} @@ -140,7 +140,8 @@
{{ form.description.label(class="form-label small fw-semibold") }} - {{ form.description(class="form-control", rows="4", + * + {{ form.description(class="form-control", rows="4", required=True, placeholder="Describe what you noticed…") }} {% for e in form.description.errors %}
{{ e }}