@@ -62,12 +62,6 @@ <h5>Upperclassmen Score</h5>
62
62
< table class ="table table-striped no-bottom-margin " data-module ="table "
63
63
data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
64
64
data-length-changable ="true " data-paginated ="false ">
65
- < thead >
66
- < tr >
67
- < th > Name</ th >
68
- < th > Signature</ th >
69
- </ tr >
70
- </ thead >
71
65
< tbody >
72
66
{% for m in signatures.eboard %}
73
67
< tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
@@ -107,12 +101,6 @@ <h5>Upperclassmen Score</h5>
107
101
< table class ="table table-striped no-bottom-margin " data-module ="table "
108
102
data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
109
103
data-length-changable ="true " data-paginated ="false ">
110
- < thead >
111
- < tr >
112
- < th > Name</ th >
113
- < th > Signature</ th >
114
- </ tr >
115
- </ thead >
116
104
< tbody >
117
105
{% for m in signatures.upperclassmen %}
118
106
< tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
@@ -152,12 +140,6 @@ <h5>Upperclassmen Score</h5>
152
140
< table class ="table table-striped no-bottom-margin " data-module ="table "
153
141
data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
154
142
data-length-changable ="true " data-paginated ="false ">
155
- < thead >
156
- < tr >
157
- < th > Name</ th >
158
- < th > Signature</ th >
159
- </ tr >
160
- </ thead >
161
143
< tbody >
162
144
{% for m in signatures.freshmen %}
163
145
< tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
@@ -193,13 +175,6 @@ <h5>Upperclassmen Score</h5>
193
175
< table class ="table table-striped no-bottom-margin " data-module ="table "
194
176
data-searchable ="true " data-sort-column ="3 " data-sort-order ="asc "
195
177
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 >
203
178
< tbody >
204
179
{% for m in signatures.misc %}
205
180
< tr {% if m.signed %}style ="background-color: #4caf505e " {% endif %} >
0 commit comments