diff options
Diffstat (limited to 'ogcp')
-rw-r--r-- | ogcp/forms/action_forms.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index d881065..d618f24 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -80,8 +80,7 @@ class ImageRestoreForm(FlaskForm): partition = SelectField(label=_('Partition'), choices=[]) image = SelectField(label=_('Image'), choices=[]) method = SelectField(label=_('Method'), - choices=[('UNICAST-CACHE', 'Unicast Cache'), - ('UNICAST-DIRECT', 'Unicast Direct')]) + choices=[('TIPTORRENT', 'TIPTORRENT')]) restore = SubmitField(label=_('Restore')) class ClientDetailsForm(FlaskForm): |