We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b07e8 commit d28a65cCopy full SHA for d28a65c
1 file changed
core/templates/schoolweek.html
@@ -10,7 +10,7 @@ <h5>Maroon and gray A and B days for the week of {{ requested_date.strftime('%m/
10
<label class="label" for="requested-date" style="margin-top: 5px;">Choose date</label>
11
<input type="date" id="requested-date" name="requested-date"
12
value="{{ requested_date }}"
13
- min="2020-09-08" max="2021-06-11" onchange="onDateChange(event);">
+ min="2020-09-08" max="2021-03-11" onchange="onDateChange(event);">
14
</div>
15
<table>
16
<tr class="week-calendar">
0 commit comments