Parent: [3abb2e] (diff)

Download this file

project_user_select.html    3 lines (3 with data), 199 Bytes

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