Updatred Forms

This commit is contained in:
Nile Walker 2020-12-28 09:17:56 -05:00
parent 507402c52e
commit fc77e8901c
2 changed files with 1 additions and 1 deletions

View File

@ -29,3 +29,4 @@ class SearchForm(FlaskForm):
location = TextAreaField('Location')
station = TextAreaField('Station')
compute_id = TextAreaField('Compute ID')
currently_showing = HiddenField(id="currently_showing")

View File

@ -58,7 +58,6 @@
<!-- Projects table -->
<table class="table align-items-center table-flush">
<tbody>
<input type="hidden" id="currently_showing" name="currently_showing">
{% for field in form if field.name != "csrf_token" %}
<tr>