From cf57affd358b0d2dd278ca97a65ed4739d046559 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 24 Sep 2020 14:14:57 +0530 Subject: Add katex CDN --- yaksh/templates/base.html | 9 +++++++++ yaksh/templates/yaksh/add_module.html | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index c70c265..10f9661 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -20,6 +20,8 @@ + + {% block meta %} @@ -37,6 +39,13 @@ + + + + + + - + {% endblock %} {% block css %} -- cgit From 3e41537f022dd151ff7081d0a3441926d6e02756 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 24 Sep 2020 14:16:15 +0530 Subject: Remove comments --- yaksh/templates/yaksh/add_module.html | 1 - 1 file changed, 1 deletion(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/add_module.html b/yaksh/templates/yaksh/add_module.html index fe423a6..94f9402 100644 --- a/yaksh/templates/yaksh/add_module.html +++ b/yaksh/templates/yaksh/add_module.html @@ -11,7 +11,6 @@ - {% endblock %} {% block css %} -- cgit From be55d8d11098ce7fa2b9cfc3e2e7bb0d5bc8efc2 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 28 Sep 2020 11:08:02 +0530 Subject: Display file names of uploaded files in question files --- yaksh/templates/yaksh/question.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 3f7e67e..2dbfeed 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -276,6 +276,15 @@ question_type = "{{ question.type }}"; {% if question.type == "upload" %}
Upload assignment file for the said question
+ {% if assignment_files %} +