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
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user