diff options
| -rw-r--r-- | ishtar_common/templates/ishtar/formset_import_match.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/ishtar_common/templates/ishtar/formset_import_match.html b/ishtar_common/templates/ishtar/formset_import_match.html index 076cc839a..aeba02e91 100644 --- a/ishtar_common/templates/ishtar/formset_import_match.html +++ b/ishtar_common/templates/ishtar/formset_import_match.html @@ -32,7 +32,9 @@          <td colspan="2">          </td>          <td> -          <select id="all-remember-{{forloop.counter0}}"><option value="">--</option> +          <select id="all-remember-{{forloop.counter0}}" +                  name="all-remember-{{forloop.counter0}}"> +            <option value="">--</option>              {% for key, lbl in frm.remember_choices %}              <option value="{{key}}">{{lbl}}</option>{% endfor %}            </select> | 
