From 51e98a5afade150865803ccb1ad0f853b14a492e Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 15 Apr 2016 17:45:23 +0530 Subject: minor changes in template --- tbc_error_page/templates/error.html | 6 +++--- 1 file 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 %} -- cgit