File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
webapp/templates/jury/partials Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 93
93
{%- set link = path(' jury_submission' , {submitId : submission .submitid }) %}
94
94
{%- endif %}
95
95
96
+ {% if submission .team .affiliation %}
97
+ {% set affilid = submission .team .affiliation .affilid %}
98
+ {% else %}
99
+ {% set affilid = ' ' %}
100
+ {% endif %}
101
+
96
102
<tr class =" {% if not submission .valid %}ignore{% endif %}"
97
103
data-problem-id =" {{ submission .problem .probid }}"
98
104
data-team-id =" {{ submission .team .teamid }}"
99
105
data-category-id =" {{ submission .team .category .categoryid }}"
100
- data-affiliation-id =" {{ submission . team . affiliationId }}"
106
+ data-affiliation-id =" {{ affilid }}"
101
107
data-language-id =" {{ submission .language .langid }}"
102
108
data-submission-id =" {{ submission .submitid }}"
103
109
data-result =" {{ submission | printValidJurySubmissionResult(false ) }}" >
You can’t perform that action at this time.
0 commit comments