From ec5f6190e51ed3c1eaed953fcbd7ea1f02e31e4e Mon Sep 17 00:00:00 2001 From: numahell Date: Mon, 8 Aug 2016 00:38:52 +0200 Subject: [PATCH] Add number of talks for non admin (minor) --- proposals/templates/proposals/topic_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/templates/proposals/topic_list.html b/proposals/templates/proposals/topic_list.html index e6ec302..e387cd5 100644 --- a/proposals/templates/proposals/topic_list.html +++ b/proposals/templates/proposals/topic_list.html @@ -24,7 +24,7 @@ | {% bootstrap_icon "pencil" %} {% else %} - {% trans "talk" %}{{ topic.talk_set.count|pluralize }} + {{ topic.talk_set.count }} {% trans "talk" %}{{ topic.talk_set.count|pluralize }} {% endif %} {% cycle '' '
' %}