Skip to content

Commit 7cd9943

Browse files
committed
Added 2022 option
1 parent 02db208 commit 7cd9943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ <h1>Please enter the information about the paper you want</h1>
143143
<select name="year">
144144
<option value="{{ S_year_V }}" selected>{{ S_year }}</option>
145145
<option value="">----</option>
146+
<option value="2022">2022</option>
146147
<option value="2021">2021</option>
147148
<option value="2020">2020</option>
148149
<option value="2019">2019</option>

0 commit comments

Comments
 (0)