diff options
-rw-r--r-- | tbc_error_page/templates/broken.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc_error_page/templates/broken.html b/tbc_error_page/templates/broken.html index 41449cd..e25395e 100644 --- a/tbc_error_page/templates/broken.html +++ b/tbc_error_page/templates/broken.html @@ -4,7 +4,7 @@ {% if not broken %} <center><h4> There are no new comments </h4></center> {% else %} - <h3><u><center>TBC Error Page </center></u></h3> + <h3><u><center>TBC Broken Links Page </center></u></h3> <h5> Hi <b><u> {{user}} </b><u> </h5> <a href = "{% url 'tbc_error_page.views.error' %}"> TBC Error Status Page </a> <p></p> |