diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-09-03 01:26:53 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-09-03 01:38:30 +0200 | 
| commit | f7abfdbcc4066121d79bd09a389535a19359edc1 (patch) | |
| tree | b3547fddea0b516f4f329708e4a9f51995a34157 /ishtar_common | |
| parent | 68c2fdd71ac6dc7b90a08790acef6b7d1722605a (diff) | |
| download | Ishtar-f7abfdbcc4066121d79bd09a389535a19359edc1.tar.bz2 Ishtar-f7abfdbcc4066121d79bd09a389535a19359edc1.zip  | |
Add a widget to do free input parcel additions (refs #809)
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index 94e9820ab..5aea689dd 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -14,6 +14,7 @@  <table class='formset'>  <tr class='error'><th colspan='2'>{{wizard.form.non_form_errors}}</th></tr>  </table>{%endif%} +{{wizard.form.selection_form}}  <table class='inline-table'>    <tr>{% for field in wizard.form.forms.0 %}<th>{{ field.label_tag }}</th>{% endfor %}</tr>    {% inline_formset 'Parcels' wizard.form.forms False %}  | 
