summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commentingapp/templates/commenting.html2
-rw-r--r--tbc_error_page/templates/broken.html2
-rw-r--r--tbc_error_page/templates/error.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html
index 3e888e6..82c19ed 100644
--- a/commentingapp/templates/commenting.html
+++ b/commentingapp/templates/commenting.html
@@ -4,7 +4,7 @@
{% block content %}
<h3><center> TBC Commenting </center></h3>
- <h5> Hi <u> <b>{{user}} </b> </u> </h5><br/>
+ <h5> Hi <u> <b>{{reviewer.get_full_name}} </b> </u> </h5><br/>
<a href = "https://pythontbc.disqus.com" target = "blank">Go to Disqus admin Page </a>
{% if not url_context %}
diff --git a/tbc_error_page/templates/broken.html b/tbc_error_page/templates/broken.html
index 841069c..9c49785 100644
--- a/tbc_error_page/templates/broken.html
+++ b/tbc_error_page/templates/broken.html
@@ -5,7 +5,7 @@
<center><h4> There are no new comments </h4></center>
{% else %}
<h3><u><center>TBC Broken Links Page </center></u></h3>
- <h5> Hi <b><u> {{user}} </b><u> </h5>
+ <h5> Hi <b><u> {{reviewer.get_full_name}} </b><u> </h5>
<a href = "{% url 'tbc_error_page.views.error' %}"> TBC Error Status Page </a>
<p></p>
<table border = 1>
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>