From dffa556eede4d633879e55b60bf95e4469c530c0 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Wed, 19 Mar 2014 13:22:23 +0530 Subject: added commenting feature on the answers replies are now renamed to answers --- static/website/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/website/templates/index.html') diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 8cb69e4..af97707 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -10,7 +10,7 @@ Question Date Views - Replies + Answers User {% for question in questions %} @@ -67,7 +67,7 @@ - {{ question.reply_set.count }} + {{ question.answer_set.count }} @@ -79,7 +79,7 @@ {% endfor %} - {% if total > 20 %} + {% if total > 25 %}