diff options
Diffstat (limited to 'client/partials/image/edit.html')
| -rwxr-xr-x | client/partials/image/edit.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/partials/image/edit.html b/client/partials/image/edit.html index 8c1575c..0a59c6f 100755 --- a/client/partials/image/edit.html +++ b/client/partials/image/edit.html @@ -38,9 +38,8 @@ <input type="hidden" name="task" value="image" /> <input type="hidden" name="token" value="{{ getToken()}}" /> <input type="hidden" name="action" value="uploadImage" /> - <input type="hidden" name="id" value="{{ image.id}}" /> - <input type="hidden" name="file_name" value="cirros-0.3.4-x86_64-disk.img" /> + <fieldset class="form-group"> <label class="control-label col-sm-2">Upload</label> <input name="file" type="file"/> |
