summaryrefslogtreecommitdiff
path: root/static/website/templates/ajax-time-search.html
diff options
context:
space:
mode:
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>