From 87bb45143c659a60d097ea4ec92d4b43bec92bc4 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Tue, 31 Jan 2017 23:12:25 +0530 Subject: Should fix #189. --- yaksh/templates/yaksh/complete.html | 2 +- yaksh/templates/yaksh/quit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'yaksh') diff --git a/yaksh/templates/yaksh/complete.html b/yaksh/templates/yaksh/complete.html index 01d5bf6..7bff206 100644 --- a/yaksh/templates/yaksh/complete.html +++ b/yaksh/templates/yaksh/complete.html @@ -22,7 +22,7 @@ {% else %} {{ question }} - Not Attempted + Not completed {% endif %} diff --git a/yaksh/templates/yaksh/quit.html b/yaksh/templates/yaksh/quit.html index a897b3c..d18b790 100644 --- a/yaksh/templates/yaksh/quit.html +++ b/yaksh/templates/yaksh/quit.html @@ -20,7 +20,7 @@ {% else %} {{ question }} - Not Attempted + Not completed {% endif %} -- cgit