diff --git a/rapids/templates/rapids/question_detail.html b/rapids/templates/rapids/question_detail.html index 8d82ce9d..fd33ace3 100755 --- a/rapids/templates/rapids/question_detail.html +++ b/rapids/templates/rapids/question_detail.html @@ -2,7 +2,7 @@ {% block content %} - + {% if exam %}
@@ -24,5 +24,6 @@ Admin Edit User answers {% endif %} + {% include 'rapids/question_display_block.html' %} {% endblock %} \ No newline at end of file