summaryrefslogtreecommitdiff
path: root/static/website/templates/ajax-time-search.html
diff options
context:
space:
mode:
authorJayaram Pai2014-03-19 13:22:23 +0530
committerJayaram Pai2014-03-19 13:22:23 +0530
commitdffa556eede4d633879e55b60bf95e4469c530c0 (patch)
tree4f20ef8a8291123adfef10101a727b4f1029b0e1 /static/website/templates/ajax-time-search.html
parent45ee2992b4ec72c62d5ce69611589521e16d0366 (diff)
downloadFOSSEE-Forum-dffa556eede4d633879e55b60bf95e4469c530c0.tar.gz
FOSSEE-Forum-dffa556eede4d633879e55b60bf95e4469c530c0.tar.bz2
FOSSEE-Forum-dffa556eede4d633879e55b60bf95e4469c530c0.zip
added commenting feature on the answers
replies are now renamed to answers
Diffstat (limited to 'static/website/templates/ajax-time-search.html')
-rw-r--r--static/website/templates/ajax-time-search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/ajax-time-search.html b/static/website/templates/ajax-time-search.html
index 0b1673c..57be751 100644
--- a/static/website/templates/ajax-time-search.html
+++ b/static/website/templates/ajax-time-search.html
@@ -8,7 +8,7 @@
<th> Question</th>
<th> Date</th>
<th> Views</th>
- <th> Replies</th>
+ <th> Answers</th>
<th> User</th>
{% for question in questions %}
<tr>
@@ -65,7 +65,7 @@
</td>
<td>
- {{ question.reply_set.count }}
+ {{ question.answer_set.count }}
</td>
<td>