summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl/templates/ishtar
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-10-27 01:53:36 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-10-27 01:53:36 +0100
commitf98cebff19b6f15aae988380693617d8832a1d52 (patch)
tree6b2e7f6cade5fd5688de5f504541e79a16669787 /archaeological_files_pdl/templates/ishtar
parent6f90e35ff5a12e072d16ecb7e3470daa2b70c08e (diff)
downloadIshtar-f98cebff19b6f15aae988380693617d8832a1d52.tar.bz2
Ishtar-f98cebff19b6f15aae988380693617d8832a1d52.zip
Archaeological files: reference_number -> string - better layout for planning service form
Diffstat (limited to 'archaeological_files_pdl/templates/ishtar')
-rw-r--r--archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html
index 85a1156aa..987f4de59 100644
--- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html
+++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html
@@ -11,7 +11,7 @@
<td colspan='3'>{{wizard.form.non_field_errors}}</td>
</tr>{%endif%}
- <tr class='required'>
+ <tr>
<th>{{ wizard.form.planning_service.label_tag }}</th>
<td> {{ wizard.form.planning_service.errors }}{{wizard.form.planning_service|safe}}</td>
</tr>
@@ -24,8 +24,12 @@
<div>
<table>
- <tr class='required'>
- <th>{{ wizard.form.reference_number.label_tag }}</th>
+ {% if permit_type %}
+ <tr>
+ <th colspan='3'>{{permit_type}}</th>
+ </tr>{% endif %}
+ <tr>
+ <th>{{ wizard.form.reference_number.label_tag }}{% if permit_type_code %} [{{permit_type_code}}]{% endif %}</th>
<td> {{ wizard.form.reference_number.errors }}{{wizard.form.reference_number|safe}}</td>
</tr>
</table>