diff options
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/get-question.html | 1 | ||||
-rw-r--r-- | static/website/templates/index.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index 2b0371e..af9e4a2 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -96,7 +96,6 @@ {% for answer in answers %} <div class="row"> - <div class="col-lg-12 answer-wrapper"> <div class="answer {% if user|can_edit:answer %}editable{% endif %}" id="answer{{answer.id}}"> diff --git a/static/website/templates/index.html b/static/website/templates/index.html index a5e746e..4162e42 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -168,4 +168,5 @@ }); }); </script> +<script src="{% static 'website/js/nice-bar.js' %}"></script> {% endblock %} |