Jul 21 - Update all issues description field is mandatory

This commit is contained in:
2026-07-21 10:00:08 -04:00
parent 65666d19e8
commit fe8514d91c
2 changed files with 21 additions and 6 deletions
+4 -1
View File
@@ -21,7 +21,10 @@
</div>
<div class="mb-3">
{{ form.description.label(class="form-label fw-semibold") }}
{{ form.description(class="form-control", rows=4, placeholder="Describe the issue in detail…") }}
<span class="text-danger">*</span>
{{ form.description(class="form-control", rows=4, required=True,
placeholder="Describe the issue in detail…") }}
{% for e in form.description.errors %}<div class="text-danger small">{{ e }}</div>{% endfor %}
</div>
<div class="mb-3">
{{ form.photo.label(class="form-label fw-semibold") }}