diff options
Diffstat (limited to 'archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html')
-rw-r--r-- | archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html | 10 |
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> |