summaryrefslogtreecommitdiff
path: root/tbc_error_page/templates
diff options
context:
space:
mode:
authormahesh2016-04-15 17:45:23 +0530
committermahesh2016-04-15 17:45:23 +0530
commit51e98a5afade150865803ccb1ad0f853b14a492e (patch)
tree919828ea57da09e026f9b6fc6f9ed70acadc3c64 /tbc_error_page/templates
parentf2404683c3098eed71bc414d61dadb4c8b7c37b2 (diff)
downloadPython-TBC-Interface-51e98a5afade150865803ccb1ad0f853b14a492e.tar.gz
Python-TBC-Interface-51e98a5afade150865803ccb1ad0f853b14a492e.tar.bz2
Python-TBC-Interface-51e98a5afade150865803ccb1ad0f853b14a492e.zip
minor changes in template
Diffstat (limited to 'tbc_error_page/templates')
-rw-r--r--tbc_error_page/templates/error.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbc_error_page/templates/error.html b/tbc_error_page/templates/error.html
index d9c5861..237c7f3 100644
--- a/tbc_error_page/templates/error.html
+++ b/tbc_error_page/templates/error.html
@@ -14,9 +14,9 @@
{% else %}
<table border = 2>
<tr>
- <td><b> Chapters With errors</b></td>
- <td><b> Number of errors</b></td>
- <td><b> Delibrate Errors</b></td>
+ <th> Chapters With errors</th>
+ <th> Number of errors</th>
+ <th> Delibrate Errors</th>
</tr>
<form name = "Send Email" action = "{% url 'tbc_error_page.views.error' %}" method = "POST"> {% csrf_token %}