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-15 21:54:17 +0200
commitbb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf (patch)
tree8a9bebd6e80e2d8983930be1a6c74d42b9a816d1 /ishtar_common/templates/blocks
parent6d6896db8b13f0bf51d5202b84807d4f07ab8d1c (diff)
downloadIshtar-bb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf.tar.bz2
Ishtar-bb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf.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>