Added bulk insert feature

This commit is contained in:
Simon
2018-06-10 07:20:58 -04:00
parent 1bd8a5fc22
commit 4523a4335c
2 changed files with 30 additions and 1 deletions

View File

@@ -39,7 +39,7 @@
{# Bulk #}
<form action="/enqueue_bulk" method="POST">
<div class="form-group">
<textarea class="form-control" name="url" id="url" rows="10" placeholder="One URL per line, max. 10"></textarea>
<textarea class="form-control" name="urls" id="urls" rows="10" placeholder="One URL per line, max. 10"></textarea>
</div>
<div class="row">
<div class="col">