diff options
author | Prabhu Ramachandran | 2017-01-31 23:12:25 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-01-31 23:12:25 +0530 |
commit | 87bb45143c659a60d097ea4ec92d4b43bec92bc4 (patch) | |
tree | fd5116e6aa1000a2773dd19b951cb6c1a37acc55 /yaksh/templates | |
parent | a64b9c30f2cd4554734bba16b0aad7647475000d (diff) | |
download | online_test-87bb45143c659a60d097ea4ec92d4b43bec92bc4.tar.gz online_test-87bb45143c659a60d097ea4ec92d4b43bec92bc4.tar.bz2 online_test-87bb45143c659a60d097ea4ec92d4b43bec92bc4.zip |
Should fix #189.
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/complete.html | 2 | ||||
-rw-r--r-- | yaksh/templates/yaksh/quit.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 %} <tr class="danger"> <td> {{ question }} </td> - <td> Not Attempted </td> + <td> Not completed </td> {% endif %} </tr> </tbody> 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 %} <tr class="danger"> <td> {{ question }} </td> - <td> Not Attempted </td> + <td> Not completed </td> {% endif %} </tr> </tbody> |