aboutsummaryrefslogtreecommitdiffstats
path: root/browser/templates/frag_form_upsert.html.j2
blob: 68820f500cb99962834283f7285d0caeb0f566a9 (plain)
1
2
3
4
5
<form id="form_query" action="/upsert" method="post" htmp replace=results>
    <label for="values">Values (one per line)</label>
    <textarea name="values" id="values" required></textarea>
    <button type="submit">Run query</button>
</form>