mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
fixing my bad fix. fuck fixing
This commit is contained in:
parent
e60390b5c7
commit
f98a53c6ce
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="/?content=&submitter={{ poster }}">{{ poster }}</a></td>
|
||||
<td><a href="/?content=feed&submitter={{ poster }}">{{ poster }}</a></td>
|
||||
<td>{{ data["posts"] | length }}</td>
|
||||
<td>{{ data["amount"] }} WOW</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue