mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +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}))
|
# widget=forms.TextInput(attrs={'size':60}))
|
||||||
#ret = forms.CheckBox(_('Add more'))
|
#ret = forms.CheckBox(_('Add more'))
|
||||||
|
|
||||||
choose_files = forms.CheckBox(_('Choose Files'))
|
#choose_files = forms.CheckBox(_('Choose Files')) #BROKEN!
|
||||||
|
|
||||||
|
|
||||||
class torrent_add:
|
class torrent_add:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue