diff options
author | mahesh | 2016-04-26 15:29:34 +0530 |
---|---|---|
committer | mahesh | 2016-04-26 15:29:34 +0530 |
commit | 9219d098a7abc0335a57a3eacd74368433e440da (patch) | |
tree | 74b80abfdae654bbcdb8d24da5f5e21c541cee5f /tbc_error_page/templates/error.html | |
parent | e85df2bdab22c5ca8364683d8839148ff1f3a45d (diff) | |
download | Python-TBC-Interface-9219d098a7abc0335a57a3eacd74368433e440da.tar.gz Python-TBC-Interface-9219d098a7abc0335a57a3eacd74368433e440da.tar.bz2 Python-TBC-Interface-9219d098a7abc0335a57a3eacd74368433e440da.zip |
minor changes in displaying user full name
Diffstat (limited to 'tbc_error_page/templates/error.html')
-rw-r--r-- | tbc_error_page/templates/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc_error_page/templates/error.html b/tbc_error_page/templates/error.html index 237c7f3..057820e 100644 --- a/tbc_error_page/templates/error.html +++ b/tbc_error_page/templates/error.html @@ -6,8 +6,8 @@ {% block content %} <body> - <h3><u><center>TBC Error Page </center></u></h3> - <h5> Hi <b><u>{{ user }} </b></u></h5> + <h3><u><center>TBC Error Page </center></u></h3> + <h5> Hi <b><u> {{reviewer.get_full_name}} </b><u> </h5> <p><a href = "{% url 'tbc_error_page.views.broken' %}"> TBC Broken Links page </a></p> {% if not context %} <center><h4> There are no new errors </h4></center> |