mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
remove broken choose files
This commit is contained in:
parent
257f3274d0
commit
4f59847ef7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class AddForm(forms.Form):
|
|||
# widget=forms.TextInput(attrs={'size':60}))
|
||||
#ret = forms.CheckBox(_('Add more'))
|
||||
|
||||
choose_files = forms.CheckBox(_('Choose Files'))
|
||||
#choose_files = forms.CheckBox(_('Choose Files')) # BROKEN!!
|
||||
|
||||
|
||||
class torrent_add:
|
||||
|
|
Loading…
Add table
Reference in a new issue