Child: [7af05e] (diff)

Download this file

project_user_select.html    5 lines (4 with data), 289 Bytes

1
2
3
4
5
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/" py:strip="True">
<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>