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