summaryrefslogtreecommitdiff
path: root/static/website/templates/index.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/index.html
parent45ee2992b4ec72c62d5ce69611589521e16d0366 (diff)
downloadspoken-tutorial-forums-dffa556eede4d633879e55b60bf95e4469c530c0.tar.gz
spoken-tutorial-forums-dffa556eede4d633879e55b60bf95e4469c530c0.tar.bz2
spoken-tutorial-forums-dffa556eede4d633879e55b60bf95e4469c530c0.zip
added commenting feature on the answers
replies are now renamed to answers
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r--static/website/templates/index.html6
1 files changed, 3 insertions, 3 deletions
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 @@
<th> Question</th>
<th> Date</th>
<th> Views</th>
- <th> Replies</th>
+ <th> Answers</th>
<th> User</th>
{% for question in questions %}
<tr>
@@ -67,7 +67,7 @@
</td>
<td>
- {{ question.reply_set.count }}
+ {{ question.answer_set.count }}
</td>
<td>
@@ -79,7 +79,7 @@
{% endfor %}
</table>
- {% if total > 20 %}
+ {% if total > 25 %}
<ul class="pagination pull-right">
{% for i in total|get_range:"0,10" %}
<li>