Display current season guess state
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-03-02 20:31:34 +01:00
parent a0051aacc3
commit dfb9360125
7 changed files with 236 additions and 34 deletions

View File

@ -129,7 +129,7 @@
{# Delete guess #}
<form action="{{ action_delete_href }}" method="post">
<input type="submit" class="btn btn-dark mt-2 w-100" value="Delete"
{% if race_guess_open == false %}disabled{% endif %}>
{% if race_guess_open == false %}disabled="disabled"{% endif %}>
</form>
</td>