diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 6 |
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> |