Clarified vote page message after a vote is cast.
CI / Formatting (push) Successful in 5s
CI / Linting (push) Successful in 5s
CI / Tests (Python 3.12) (push) Successful in 3m0s
CI / Tests (Python 3.13) (push) Successful in 2m58s
CI / Tests (Python 3.14) (push) Successful in 2m55s
CI / Type Checking (push) Successful in 9s
CI / Spelling (push) Successful in 7s

This commit is contained in:
2026-05-11 21:34:11 -04:00
parent cba472e5b4
commit fcedaec099
2 changed files with 20 additions and 1 deletions
@@ -72,7 +72,7 @@
{% elif not has_voted %}
<button type="submit" class="btn btn-primary me-2">Vote</button>
{% else %}
<p class="text-body-secondary mb-0">You have already voted in this poll.</p>
<p class="text-body-secondary mb-0">Your vote has been recorded.</p>
{% endif %}
</form>