mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
fix another broken link
This commit is contained in:
parent
f1d9989b49
commit
e60390b5c7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</tr>
|
||||
{% for poster, data in posters.items() | sort(attribute='1.amount', reverse=True) %}
|
||||
<tr>
|
||||
<td><a href="/?submitter={{ poster }}">{{ poster }}</a></td>
|
||||
<td><a href="/?content=&submitter={{ poster }}">{{ poster }}</a></td>
|
||||
<td>{{ data["posts"] | length }}</td>
|
||||
<td>{{ data["amount"] }} WOW</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue