backend: Display a message when the exercice is disabled
This commit is contained in:
parent
089e604679
commit
d8462cf58e
4 changed files with 37 additions and 1 deletions
|
|
@ -218,6 +218,7 @@
|
|||
exercice={$my.exercices[$current_exercice.id]}
|
||||
bind:forcesolved={solved[$current_exercice.id]}
|
||||
flags={$my.exercices[$current_exercice.id].flags}
|
||||
readonly={$current_exercice.disabled}
|
||||
/>
|
||||
{/if}
|
||||
{/if}
|
||||
|
|
|
|||
Reference in a new issue