Fix template syntax error
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-02-26 22:29:44 +01:00
parent 25b945cb62
commit 005b852836
3 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@
{% set user_guess = model.season_guesses_by(user_name=user.name) %}
{% if model.season_guess_open() == true %}
{% set action_save_href = "/season-guess" ~ user.name %}
{% set action_save_href = "/season-guess/" ~ user.name %}
{% else %}
{% set action_save_href = "" %}
{% endif %}