diff options
Diffstat (limited to 'archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html')
| -rw-r--r-- | archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html b/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html index e43e336c4..4fca7aa5e 100644 --- a/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html +++ b/archaeological_files_pdl/templates/ishtar/wizard/wizard_generalcontractor.html @@ -2,8 +2,8 @@ {% block corporation %} <tr class='required'> - <th>{{ wizard.form.raw_general_contractor.label_tag }}</th> - <td> {{ wizard.form.raw_general_contractor.errors }}{{wizard.form.raw_general_contractor|safe}}</td> + <th>{{ wizard.form.corporation_general_contractor.label_tag }}</th> + <td> {{ wizard.form.corporation_general_contractor.errors }}{{wizard.form.corporation_general_contractor|safe}}</td> </tr> {% endblock %} |
