diff options
-rw-r--r-- | tbc_error_page/templates/error.html | 6 |
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 %} |