diff options
Diffstat (limited to 'ishtar_common/templates/blocks')
| -rw-r--r-- | ishtar_common/templates/blocks/table_field.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/table_field.html b/ishtar_common/templates/blocks/table_field.html index 5816a4b90..97d63ef46 100644 --- a/ishtar_common/templates/blocks/table_field.html +++ b/ishtar_common/templates/blocks/table_field.html @@ -1,4 +1,4 @@ <tr{% if required %} class='required'{% endif %}> - <th>{{ field.label_tag }}</th> + <th>{% if label %}{{label}}{% else %}{{ field.label_tag }}{% endif %}</th> <td> {{ field.errors }}{{field|safe}}</td> </tr> |
