File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defaults:
77 - scope :
88 path : " ncpc2023"
99 values :
10- lastUpdate : " 2023-09-24 "
10+ lastUpdate : " 2023-09-25 "
1111
1212kramdown :
1313 parse_block_html : true
Original file line number Diff line number Diff line change 9494 contact : Brigt Håvardstun
9595 email : ' Brigt.Havardstun student.uib.no'
9696 confirmed : true
97+ url : https://contest.ii.uib.no/ncpc/2023/
9798 extra_contacts :
9899 - name : Torstein Strømme
99100 email : ' Torstein.Stromme uib.no'
150151 - name : Umeå University
151152 contact : Tomas Forsman
152153 email : ' stric cs.umu.se'
153- confirmed : false
154+ confirmed : false
155+ declined : true
Original file line number Diff line number Diff line change 3131 </div >
3232 {% endfor %}
3333 </td >
34- <td >{% if uni.confirmed %} ✅ Confirmed {% else %} Pending Confirmation {% endif %} </td >
34+ <td >{% if uni.confirmed %}
35+ ✅ Confirmed
36+ {% elsif uni.declined %}
37+ Not organizing this year
38+ {% else %}
39+ Pending Confirmation
40+ {% endif %}</td >
3541 </tr >
3642 {% endfor %}
3743 {% endfor %}
You can’t perform that action at this time.
0 commit comments