We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02db208 commit 7cd9943Copy full SHA for 7cd9943
templates/index.html
@@ -143,6 +143,7 @@ <h1>Please enter the information about the paper you want</h1>
143
<select name="year">
144
<option value="{{ S_year_V }}" selected>{{ S_year }}</option>
145
<option value="">----</option>
146
+ <option value="2022">2022</option>
147
<option value="2021">2021</option>
148
<option value="2020">2020</option>
149
<option value="2019">2019</option>
0 commit comments