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 /commentingapp | |
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 'commentingapp')
-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 %} |