field_form.html 234 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <span class="dynamic-field"> <select name="lookup" class="lookup-choice"> {% for value, label in lookup_choices %} <option value="{{ value }}">{{ label }}</option> {% endfor %} </select> {{ form.as_table }} </span>