summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/table_field.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/blocks/table_field.html')
-rw-r--r--ishtar_common/templates/blocks/table_field.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/templates/blocks/table_field.html b/ishtar_common/templates/blocks/table_field.html
new file mode 100644
index 000000000..5816a4b90
--- /dev/null
+++ b/ishtar_common/templates/blocks/table_field.html
@@ -0,0 +1,4 @@
+ <tr{% if required %} class='required'{% endif %}>
+ <th>{{ field.label_tag }}</th>
+ <td> {{ field.errors }}{{field|safe}}</td>
+ </tr>