We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b2e95 commit 9375d44Copy full SHA for 9375d44
cms/server/admin/templates/user_test.html
@@ -92,10 +92,12 @@ <h2 id="title_details" class="toggling_on">User test details</h2>
92
<td>Failures during evaluation</td>
93
<td>{{ utr.evaluation_tries }}</td>
94
</tr>
95
- <tr>
96
- <td>Evaluation sandbox</td>
97
- <td>{{ utr.evaluation_sandbox_paths|join(" ") }}</td>
98
- </tr>
+ {% if utr.evaluated() %}
+ <tr>
+ <td>Evaluation sandbox</td>
+ <td>{{ utr.evaluation_sandbox_paths|join(" ") }}</td>
99
+ </tr>
100
+ {% endif %}
101
{% endif %}
102
</tbody>
103
</table>
0 commit comments