diff options
Diffstat (limited to 'ogcp/forms/action_forms.py')
-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 dfb1572..6f3f4b9 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -112,8 +112,7 @@ class ClientDetailsForm(FlaskForm): choices=[('eth0', 'eth0'), ('eth1', 'eth1'), ('eth2', 'eth2')]) - repo = SelectField(label=_l('Repository'), - choices=[(1, 'Default')]) + repo = SelectField(label=_l('Repository')) room = SelectField(label=_l('Room')) boot = SelectField(label=_l('Boot Mode')) create = SubmitField(label=_l('Create')) |