diff options
Diffstat (limited to 'static/website/templates/latest_question.html')
-rw-r--r-- | static/website/templates/latest_question.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 %} |