Parent: [cceb25] (diff)

Child: [a7e753] (diff)

Download this file

project_user_select.html    4 lines (3 with data), 209 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 value or ''}}"/>
</div>