mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-23 12:28:26 +00:00
Updatred Forms
This commit is contained in:
parent
507402c52e
commit
fc77e8901c
@ -29,3 +29,4 @@ class SearchForm(FlaskForm):
|
||||
location = TextAreaField('Location')
|
||||
station = TextAreaField('Station')
|
||||
compute_id = TextAreaField('Compute ID')
|
||||
currently_showing = HiddenField(id="currently_showing")
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user