File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cms/server/admin/templates/macro Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535{% elif contest_id is not none %}
3636 {% set invalidate_arguments = {"contest_id": contest_id} %}
3737{% endif %}
38- < button onclick ="cmsrpc_request(
38+ < button onclick ="confirm('Do you really want to reevaluate?') && cmsrpc_request(
3939 'EvaluationService', 0,
4040 'invalidate_submission', {
4141{% for key, value in invalidate_arguments.items() %}
4848 disabled
4949{% endif %}
5050 title ="Compilation " > C</ button >
51- < button onclick ="cmsrpc_request(
51+ < button onclick ="confirm('Do you really want to reevaluate?') && cmsrpc_request(
5252 'EvaluationService', 0,
5353 'invalidate_submission', {
5454{% for key, value in invalidate_arguments.items() %}
6161 disabled
6262{% endif %}
6363 title ="Evaluation " > E</ button >
64- < button onclick ="cmsrpc_request(
64+ < button onclick ="confirm('Do you really want to reevaluate?') && cmsrpc_request(
6565 'ScoringService', 0,
6666 'invalidate_submission', {
6767{% for key, value in invalidate_arguments.items() %}
You can’t perform that action at this time.
0 commit comments