diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 2d558c63d..06e3ef612 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -6,7 +6,7 @@ <div class="form-group"> <label for="photos-upload-album">{{$newalbum_label}}</label> <input type="text" class="form-control" id="photos-upload-album" name="newalbum" placeholder="{{$newalbum_placeholder}}" value="{{$selname}}" list="dl-photo-upload"> - <datalist id="menu-names"> + <datalist id="dl-photo-upload"> {{foreach $albums as $al}} {{if $al.text}} <option value="{{$al.text}}"> |