mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +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}))
|
# 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