diff options
Diffstat (limited to 'templates/scanuploadform.html')
-rw-r--r-- | templates/scanuploadform.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/scanuploadform.html b/templates/scanuploadform.html index af14fbd..9356281 100644 --- a/templates/scanuploadform.html +++ b/templates/scanuploadform.html @@ -20,8 +20,7 @@ {% csrf_token %} <br> <input class="fancybutton" type = "file" multiple="multiple" - placeholder = "Scanfiles" name = "scanfiles" id="scanfiles" /> - + name = "uploadfiles" id="uploadfiles" /> <br><br><br> <button class="fancybutton" style="padding: 0.5em 25px; margin-left: 155px" type = "submit" value = "Upload" > Upload |