summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/table_field.html
blob: 97d63ef46f28bd12b2b77c5ca3749450e197083f (plain)
1
2
3
4
  <tr{% if required %} class='required'{% endif %}>
    <th>{% if label %}{{label}}{% else %}{{ field.label_tag }}{% endif %}</th>
    <td> {{ field.errors }}{{field|safe}}</td>
  </tr>