summaryrefslogtreecommitdiff
path: root/tbc_error_page/templates/error.html
diff options
context:
space:
mode:
authorankitjavalkar2016-04-26 15:34:43 +0530
committerankitjavalkar2016-04-26 15:34:43 +0530
commit7668df23c88c64c13f2a7473d3bd7d6167e4ea2f (patch)
tree3a2db9691ad0e67b0e0ca41f2a4468ad1333a38d /tbc_error_page/templates/error.html
parent227a5d9ea190d895e788108bda77316b6b6b867a (diff)
parenta1018449fb6e6d584a8b86f07c6642ce852c4a19 (diff)
downloadPython-TBC-Interface-7668df23c88c64c13f2a7473d3bd7d6167e4ea2f.tar.gz
Python-TBC-Interface-7668df23c88c64c13f2a7473d3bd7d6167e4ea2f.tar.bz2
Python-TBC-Interface-7668df23c88c64c13f2a7473d3bd7d6167e4ea2f.zip
Merge pull request #30 from maheshgudi/master
changed login and context
Diffstat (limited to 'tbc_error_page/templates/error.html')
-rw-r--r--tbc_error_page/templates/error.html4
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>