diff options
Diffstat (limited to 'templates/dwguploadform.html')
-rw-r--r-- | templates/dwguploadform.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/dwguploadform.html b/templates/dwguploadform.html index c99647c..ac65dab 100644 --- a/templates/dwguploadform.html +++ b/templates/dwguploadform.html @@ -11,8 +11,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 |