mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-27 18:32:16 +00:00
Unkown bug fix, this appears to work.
This commit is contained in:
@@ -323,7 +323,7 @@
|
|||||||
|
|
||||||
<input type="text" id="{{ form.mic.id_for_label }}-input"
|
<input type="text" id="{{ form.mic.id_for_label }}-input"
|
||||||
class="form-control autocomplete-json"
|
class="form-control autocomplete-json"
|
||||||
data-sourceurl="{% url 'api_secure' model='mic' %}?fields=first_name,username,initials"
|
data-sourceurl="{% url 'api_secure' model='mic' %}?fields=first_name,last_name,initials"
|
||||||
data-target="{{ form.mic.id_for_label }}"
|
data-target="{{ form.mic.id_for_label }}"
|
||||||
value="{{ object.mic.name|default_if_none:"" }}"/>
|
value="{{ object.mic.name|default_if_none:"" }}"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user