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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html index 987f4de59..bfa490680 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_planningservice.html @@ -29,8 +29,8 @@ <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> + <th>{{ wizard.form.permit_reference.label_tag }}{% if permit_type_code %} [{{permit_type_code}}]{% endif %}</th> + <td> {{ wizard.form.permit_reference.errors }}{{wizard.form.permit_reference|safe}}</td> </tr> </table> </div> |