feat: new spring semester!
This commit is contained in:
@@ -80,13 +80,14 @@
|
||||
|
||||
<!-- <label for="sectionNum">Section Number (Optional, Experimental)</label>
|
||||
<input type="text" id="sectionNum" name="fname" required><br><br> -->
|
||||
<!-- <label for="courseInstructor">Instructor (Optional):</label>
|
||||
<input type="text" id="courseInstructor" name="fname"><br><br> -->
|
||||
<label for="courseInstructor" title="This is an experimental option!">Instructor:</label>
|
||||
<input type="text" id="courseInstructor" name="fname"><br><br>
|
||||
|
||||
<!-- Dropdown menu for semester selection -->
|
||||
<form>
|
||||
<label for="dropdown">Semester:</label>
|
||||
<select id="semester" name="dropdown">
|
||||
<option value="sp2024">Spring 2024</option>
|
||||
<option value="f2023">Fall 2023</option>
|
||||
<option value="s2023">Summer 2023</option>
|
||||
<option value="sp2023">Spring 2023</option>
|
||||
|
||||
Reference in New Issue
Block a user