Parent: [38f2fe] (diff)

Child: [ddf08c] (diff)

Download this file

project_user_select.html    4 lines (3 with data), 207 Bytes

1
2
3
<div>
<input type="text" id="{{id}}" name="{{name}}" class="ui-autocomplete-input project_user_select{{className and ' %s' % className or ''}}" value="{{value and value.username or value or ''}}"/>
</div>