diff --git a/communicator/forms.py b/communicator/forms.py index 88f9b80..106b470 100644 --- a/communicator/forms.py +++ b/communicator/forms.py @@ -29,3 +29,4 @@ class SearchForm(FlaskForm): location = TextAreaField('Location') station = TextAreaField('Station') compute_id = TextAreaField('Compute ID') + currently_showing = HiddenField(id="currently_showing") diff --git a/communicator/templates/pages/index.html b/communicator/templates/pages/index.html index cbf1569..3e89e47 100644 --- a/communicator/templates/pages/index.html +++ b/communicator/templates/pages/index.html @@ -58,7 +58,6 @@