aboutsummaryrefslogtreecommitdiff
path: root/views/tag_input.tpl
blob: 409360f06d9d61c3cf64bc749f2444f82f577a5e (plain)
1
2
3
4
5
<div class="side-by-side-help-container">
    <label for="tag-input">{{get("label", "Tags:")}}</label>
    <input type="text" name="{{input_name}}" value="{{get('input_value', '')}}" id="tag-input">
    % include("hover_help.tpl", text="Space-separated. Backslashes escape spaces.")
</div>