diff --git a/templates/pages/user.html b/templates/pages/user.html
index 9af2bbb..ae7fe3e 100644
--- a/templates/pages/user.html
+++ b/templates/pages/user.html
@@ -22,7 +22,7 @@
Registered {{ user.get_registration_delta() }} ago
{# 0 likes
#}
{% with post_count = user.get_post_count() %}
- {{ post_count }} post{{ post_count|pluralize() }}
+ {{ post_count }} post{{ post_count|pluralize }}
{% endwith %}