Fix participation detail template

This commit is contained in:
Yohann D'ANELLO 2021-05-11 17:10:34 +02:00
parent 837800345b
commit 582a634da7
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
</div>
<div class="card-footer text-center">
{% if participation.final %}
<div class="alert alert-link">
<div class="alert alert-info">
{% trans "If you upload a solution, this will replace the version for the final tournament." %}
</div>
{% endif %}