From c9aeb7b7e1484229782f0f8ab397890b27cfc905 Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 6 Apr 2018 15:01:47 +0530 Subject: Highlight error line in code mirror for python --- yaksh/templates/yaksh/error_template.html | 2 +- yaksh/templates/yaksh/question.html | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/error_template.html b/yaksh/templates/yaksh/error_template.html index 61657ae..301020e 100644 --- a/yaksh/templates/yaksh/error_template.html +++ b/yaksh/templates/yaksh/error_template.html @@ -3,7 +3,6 @@ {% endblock %} {% load custom_filters %} - {% if error_message %} {% for error in error_message %} @@ -35,6 +34,7 @@
{{error.traceback}}