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