From 0170310b8a917e4fde168a90ada05d4dafb9ae06 Mon Sep 17 00:00:00 2001 From: Dario Kolak Date: Sun, 1 Jul 2012 01:49:45 +0200 Subject: small template fix --- askbot/skins/default/templates/question/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/skins/default/templates/question/sidebar.html b/askbot/skins/default/templates/question/sidebar.html index fe3f41c1..2450a384 100644 --- a/askbot/skins/default/templates/question/sidebar.html +++ b/askbot/skins/default/templates/question/sidebar.html @@ -47,7 +47,7 @@

{% trans %}Stats{% endtrans %}

- {% trans %}Asked{% endtrans %}: {{ timeago(question.added_at) }} + {% trans %}Asked{% endtrans %}: {{ timeago(question.added_at) }}

{% trans %}Seen{% endtrans %}: {{ thread.view_count|intcomma }} {% trans %}times{% endtrans %} -- cgit v1.2.3-1-g7c22