fix: tu last votes listing vote id

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-02-04 18:02:13 -08:00
parent 2c08672f15
commit ab1479925b
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 15 additions and 12 deletions

View file

@ -18,10 +18,10 @@
{% else %}
{% for vote in votes %}
<tr>
<td>{{ vote.User.Username }}</td>
<td>{{ vote.Username }}</td>
<td>
<a href="/tu/{{ vote.VoteID }}">
{{ vote.VoteID }}
<a href="/tu/{{ vote.LastVote }}">
{{ vote.LastVote }}
</a>
</td>
</tr>