Add a star to the required fields.

- Legacy-Id: 4372
This commit is contained in:
Ole Laursen 2012-05-03 18:39:25 +00:00
parent 1526857f43
commit 53f86fe75f

View file

@ -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" %}