From e28c5acd734ab97992bcf6b3e5d4088f4ab57f8a Mon Sep 17 00:00:00 2001 From: Gustavo Date: Mon, 20 Mar 2017 13:46:12 -0300 Subject: [PATCH] Including mandatory fields signaling in the subjects --- subjects/templates/subjects/_form.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subjects/templates/subjects/_form.html b/subjects/templates/subjects/_form.html index c296448..013ec5d 100644 --- a/subjects/templates/subjects/_form.html +++ b/subjects/templates/subjects/_form.html @@ -49,7 +49,11 @@ {% else %}
{% if field.auto_id != 'id_visible' %} - + {% if field.field.required %} + + {% else %} + + {% endif %} {% endif %} {% if field.auto_id == 'id_visible' %}
-- libgit2 0.21.2