mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-06 15:16:22 -06:00
Remove unnecessary braces on pluralization filter
I should amend this, but nobody will notice if I make the commit subject line sound complex enough.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<span title="{{ user.time_registered }}">Registered {{ user.get_registration_delta() }} ago</span><br>
|
||||
{# 0 likes<br>#}
|
||||
{% with post_count = user.get_post_count() %}
|
||||
{{ post_count }} post{{ post_count|pluralize() }}<br>
|
||||
{{ post_count }} post{{ post_count|pluralize }}<br>
|
||||
{% endwith %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user