mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-08 04:08:24 -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>
|
<span title="{{ user.time_registered }}">Registered {{ user.get_registration_delta() }} ago</span><br>
|
||||||
{# 0 likes<br>#}
|
{# 0 likes<br>#}
|
||||||
{% with post_count = user.get_post_count() %}
|
{% with post_count = user.get_post_count() %}
|
||||||
{{ post_count }} post{{ post_count|pluralize() }}<br>
|
{{ post_count }} post{{ post_count|pluralize }}<br>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user