File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
src/Apps/StatCan.OrchardCore.Candev/Views
test/cypress/fixtures/recipes Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 59
59
<v-flex class =" pt-2" ><span class =" subtitle-2" >{{ challengeSelected .ContentItem .Content .Challenge .Statement .Text | shortcode }}</span ></v-flex >
60
60
<h3 >{{ "Potential Datasets" | t }}</h3 >
61
61
<v-flex class =" pt-2" ><span class =" subtitle-2" >{{ challengeSelected .ContentItem .Content .Challenge .Datasets .Text | shortcode }}</span ></v-flex >
62
- {% if ! Site .Properties .HackathonCustomSettings .TeamCustomSettings .PartialChallenge .Value %}
62
+ {% if Site .Properties .HackathonCustomSettings .TeamCustomSettings .PartialChallenge .Value == false %}
63
63
<h3 >{{ "Background Information" | t }}</h3 >
64
64
<v-flex class =" pt-2" ><span class =" subtitle-2" >{{ challengeSelected .ContentItem .Content .Challenge .BackgroundInformation .Text | shortcode }}</span ></v-flex >
65
65
{% endif %}
Original file line number Diff line number Diff line change 175
175
},
176
176
"TeamEditable" : {
177
177
"Value" : true
178
+ },
179
+ "PartialChallenge" : {
180
+ "Value" : true
178
181
}
179
182
},
180
183
"JudgingCustomSettings" : {
Original file line number Diff line number Diff line change 129
129
},
130
130
"TeamEditable" : {
131
131
"Value" : true
132
+ },
133
+ "PartialChallenge" : {
134
+ "Value" : true
132
135
}
133
136
},
134
137
"JudgingCustomSettings" : {
You can’t perform that action at this time.
0 commit comments