Update templates/index.html
Browse files- templates/index.html +2 -3
templates/index.html
CHANGED
@@ -73,9 +73,8 @@
|
|
73 |
</select>
|
74 |
|
75 |
<select name="spec_type" class="filter-select">
|
76 |
-
<option value="">
|
77 |
-
<option value="
|
78 |
-
<option value="TS">Specification</option>
|
79 |
</select>
|
80 |
|
81 |
<select name="working_group" class="filter-select">
|
|
|
73 |
</select>
|
74 |
|
75 |
<select name="spec_type" class="filter-select">
|
76 |
+
<option value="TR">Technical Report</option>
|
77 |
+
<option value="TS">Technical Specification</option>
|
|
|
78 |
</select>
|
79 |
|
80 |
<select name="working_group" class="filter-select">
|