@@ -62,12 +62,6 @@ <h5>Upperclassmen Score</h5>
6262 < table class ="table table-striped no-bottom-margin " data-module ="table "
6363 data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
6464 data-length-changable ="true " data-paginated ="false ">
65- < thead >
66- < tr >
67- < th > Name</ th >
68- < th > Signature</ th >
69- </ tr >
70- </ thead >
7165 < tbody >
7266 {% for m in signatures.eboard %}
7367 < tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
@@ -107,12 +101,6 @@ <h5>Upperclassmen Score</h5>
107101 < table class ="table table-striped no-bottom-margin " data-module ="table "
108102 data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
109103 data-length-changable ="true " data-paginated ="false ">
110- < thead >
111- < tr >
112- < th > Name</ th >
113- < th > Signature</ th >
114- </ tr >
115- </ thead >
116104 < tbody >
117105 {% for m in signatures.upperclassmen %}
118106 < tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
@@ -152,12 +140,6 @@ <h5>Upperclassmen Score</h5>
152140 < table class ="table table-striped no-bottom-margin " data-module ="table "
153141 data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
154142 data-length-changable ="true " data-paginated ="false ">
155- < thead >
156- < tr >
157- < th > Name</ th >
158- < th > Signature</ th >
159- </ tr >
160- </ thead >
161143 < tbody >
162144 {% for m in signatures.freshmen %}
163145 < tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
@@ -193,13 +175,6 @@ <h5>Upperclassmen Score</h5>
193175 < table class ="table table-striped no-bottom-margin " data-module ="table "
194176 data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
195177 data-length-changable ="true " data-paginated ="false ">
196- < thead >
197- < tr >
198- < th > </ th >
199- < th > Name</ th >
200- < th > Signature</ th >
201- </ tr >
202- </ thead >
203178 < tbody >
204179 {% for m in signatures.misc %}
205180 < tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
0 commit comments