fix: link to user account in last votes by tu listing

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

View file

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