From a609ede7a8ff94921f703ee395e3be3426a6da2d Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Tue, 6 Feb 2024 12:14:14 +0100 Subject: views: Add update room Add view to modify room information such as name, gateway and netmask --- ogcp/forms/action_forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/forms') diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index 8586665..525f45b 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -180,6 +180,7 @@ class DeleteCenterForm(FlaskForm): class RoomForm(FlaskForm): server = HiddenField() + room = HiddenField() center = SelectField(label=_l('Center'), validators=[InputRequired()]) name = StringField(label=_l('Room name'), -- cgit v1.2.3-18-g5258