fixing my bad fix. fuck fixing

This commit is contained in:
lza_menace 2021-05-06 10:00:48 -07:00
parent e60390b5c7
commit f98a53c6ce
1 changed files with 1 additions and 1 deletions

View File

@ -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>