From b9e5599dc2618b575b951cbbb5d5a04717c3237a Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Wed, 15 Nov 2017 16:50:11 +0530 Subject: Change mathajax cdn source due to deprication. --- yaksh/templates/yaksh/add_question.html | 2 +- yaksh/templates/yaksh/grade_user.html | 2 ++ yaksh/templates/yaksh/question.html | 2 +- yaksh/templates/yaksh/user_data.html | 2 +- yaksh/templates/yaksh/view_answerpaper.html | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html index a33950a..6ead019 100644 --- a/yaksh/templates/yaksh/add_question.html +++ b/yaksh/templates/yaksh/add_question.html @@ -8,7 +8,7 @@ {% block script %} - + {% endblock %} {% block onload %} onload='javascript:textareaformat();' {% endblock %} diff --git a/yaksh/templates/yaksh/grade_user.html b/yaksh/templates/yaksh/grade_user.html index 1fef026..d946647 100644 --- a/yaksh/templates/yaksh/grade_user.html +++ b/yaksh/templates/yaksh/grade_user.html @@ -9,6 +9,8 @@ {% block script %} + - + - + {% endblock %}
diff --git a/yaksh/templates/yaksh/view_answerpaper.html b/yaksh/templates/yaksh/view_answerpaper.html index b433ad5..49276bab 100644 --- a/yaksh/templates/yaksh/view_answerpaper.html +++ b/yaksh/templates/yaksh/view_answerpaper.html @@ -4,7 +4,7 @@ {% block pagetitle %} Answer Paper for {{ quiz.description }}{% endblock pagetitle %} {% block script %} - + {% endblock script %} {% block main %} -- cgit