aboutsummaryrefslogtreecommitdiffstats
path: root/browser/templates
diff options
context:
space:
mode:
Diffstat (limited to 'browser/templates')
-rw-r--r--browser/templates/frag_form_delete.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/templates/frag_form_delete.html.j2 b/browser/templates/frag_form_delete.html.j2
index a362075..22306c1 100644
--- a/browser/templates/frag_form_delete.html.j2
+++ b/browser/templates/frag_form_delete.html.j2
@@ -1,7 +1,7 @@
<form id="form_query" action="/delete" method="post" htmp replace=results>
<label for="field">Field</label>
<input type="text" name="field" id="field" required>
- <label for="values">Values (one per line)</label>
- <textarea name="values" id="values" required></textarea>
+ <label for="value">Value</label>
+ <input type="text" name="value" id="value" required>
<button type="submit">Run query</button>
</form>