summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/website/templates/index.html4
-rw-r--r--static/website/templates/latest_question.html4
2 files changed, 5 insertions, 3 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html
index 991c777..038aab6 100644
--- a/static/website/templates/index.html
+++ b/static/website/templates/index.html
@@ -142,9 +142,9 @@
draggable: false,
slidesToShow: 4,
slidesToScroll: 1,
- speed: 1000,
+ speed: 2000,
autoplay: true,
- autoplaySpeed: 1000,
+ autoplaySpeed: 2000,
});
$("#filter-form").submit(function(e) {
diff --git a/static/website/templates/latest_question.html b/static/website/templates/latest_question.html
index 5279f19..013ada4 100644
--- a/static/website/templates/latest_question.html
+++ b/static/website/templates/latest_question.html
@@ -7,5 +7,7 @@
<small class="latest">
Be the first to ask question.
</small>
- <a class="btn btn-xs btn-block btn-primary" disabled="disabled" href="#">View previous questions</a>
+ <a class="btn btn-block btn-xs">
+ No questions to display
+ </a>
{% endif %}