Add a star to the required fields.
- Legacy-Id: 4372
This commit is contained in:
parent
1526857f43
commit
53f86fe75f
|
@ -52,7 +52,7 @@ Create WG
|
|||
<table>
|
||||
{% for field in form.visible_fields %}
|
||||
<tr>
|
||||
<th>{{ field.label_tag }}:</th>
|
||||
<th>{{ field.label_tag }}: {% if field.field.required %}*{% endif %}</th>
|
||||
<td>{{ field }}
|
||||
{% ifequal field.name "ad" %}
|
||||
{% if user|has_role:"Area Director" %}
|
||||
|
|
Loading…
Reference in a new issue