diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-04 20:56:44 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-04 20:56:44 +0100 |
commit | b3fcd7765e4b8cc55ec9b4f433d34cd89ae3bce9 (patch) | |
tree | db7e5b64ea217a77dfcfc4c39589ed20755f6095 /templates/scanuploadform.html | |
parent | dc3379c1862219f02dbb697b201ada7f2027e808 (diff) | |
download | troggle-b3fcd7765e4b8cc55ec9b4f433d34cd89ae3bce9.tar.gz troggle-b3fcd7765e4b8cc55ec9b4f433d34cd89ae3bce9.tar.bz2 troggle-b3fcd7765e4b8cc55ec9b4f433d34cd89ae3bce9.zip |
renamed to uploadfiles
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 |