Skip to content

Commit 6874274

Browse files
committed
Add forgotten check if the full_debug script is used
We do the same for the `run`/`compare` scripts.
1 parent e45daf5 commit 6874274

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webapp/templates/jury/executable.html.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
{% elseif executable.type == 'run' and default_run == executable.execid %}
4343
<em>default run</em>
4444
{% set used = true %}
45+
{% elseif executable.type == 'debug' and default_full_debug == executable.execid %}
46+
<em>default full debug</em>
47+
{% set used = true %}
4548
{% endif %}
4649
{% if executable.type == 'compare' %}
4750
{% for problem in executable.problemsCompare %}

0 commit comments

Comments
 (0)