diff options
author | mahesh | 2016-04-15 17:45:23 +0530 |
---|---|---|
committer | mahesh | 2016-04-15 17:45:23 +0530 |
commit | 51e98a5afade150865803ccb1ad0f853b14a492e (patch) | |
tree | 919828ea57da09e026f9b6fc6f9ed70acadc3c64 /tbc_error_page/templates | |
parent | f2404683c3098eed71bc414d61dadb4c8b7c37b2 (diff) | |
download | Python-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.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 %} |