summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/complete.html2
-rw-r--r--yaksh/templates/yaksh/quit.html2
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>