removing 2nd week from the options

This commit is contained in:
Chris Cochrun 2023-04-27 14:16:54 -05:00
parent 032029036d
commit f308e4c5a5
4 changed files with 23 additions and 23 deletions

View file

@ -169,7 +169,7 @@
<label for="week" class="basis-full">My Camp Plan <span class='inline-block text-[#f39] text-sm align-sub'>* required</span></label>
<select id="week" name="week" class="flex-auto form-select {{ $formClasses }}">
<option value="week1">Week 1: July 17-21</option>
<option value="week2">Week 2: July 24-28</option>
<!-- <option value="week2">Week 2: July 24-28</option> -->
</select>
<label for="shirt" class="basis-full">T-Shirt Size <span class='inline-block text-[#f39] text-sm'>all t-shirts are in adult sizes only</span></label>