diff options
Diffstat (limited to 'commentingapp/templates')
-rw-r--r-- | commentingapp/templates/commenting.html | 2 |
1 files changed, 1 insertions, 1 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 %} |