diff options
Diffstat (limited to 'ogcp/forms/action_forms.py')
-rw-r--r-- | ogcp/forms/action_forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index 525f45b..2fd9326 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -168,6 +168,7 @@ class ImageUpdateForm(FlaskForm): class CenterForm(FlaskForm): server = SelectField(label=_l('Server'), validators=[InputRequired()]) + center = HiddenField() name = StringField(label=_l('Center name'), validators=[InputRequired()]) comment = StringField(label=_l('Comment')) |