Fix participation detail template
This commit is contained in:
parent
837800345b
commit
582a634da7
|
@ -47,7 +47,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer text-center">
|
<div class="card-footer text-center">
|
||||||
{% if participation.final %}
|
{% 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." %}
|
{% trans "If you upload a solution, this will replace the version for the final tournament." %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue