Renaming how summer semester is handled

This commit is contained in:
2023-04-29 05:15:48 -05:00
parent 5657a1be59
commit 2363631674
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
<label for="dropdown">Semester (under construction):</label>
<select id="semester" name="dropdown">
<option value="f2022">Fall 2022</option>
<option value="s2022">Summer 2022</option>
<option value="sum2022">Summer 2022</option>
<option value="sp2022">Spring 2022</option>
<option value="f2021">Fall 2021</option>
</select>