mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
remove broken choose files
This commit is contained in:
parent
1725ab7569
commit
4933445d86
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