summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-08 02:52:33 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-04-08 02:52:33 +0200
commit6ef3f7f4310c0dd02e64c13a1dad6f47b74fdd88 (patch)
treeff4ebeedbbf3ba631ddc56de15bfd81798c46be2 /ishtar_common/templates/blocks
parent6830db1837b2fdd7a8bb0e65d6dc9dfa1f8811da (diff)
downloadIshtar-6ef3f7f4310c0dd02e64c13a1dad6f47b74fdd88.tar.bz2
Ishtar-6ef3f7f4310c0dd02e64c13a1dad6f47b74fdd88.zip
Adpat person form to new fields
Diffstat (limited to 'ishtar_common/templates/blocks')
-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>