From 42bd8594b84a20b9be75c4bdadb490209e0fee81 Mon Sep 17 00:00:00 2001 From: mahesh Date: Fri, 15 Apr 2016 13:50:51 +0530 Subject: added direct link to go disqus admin page --- commentingapp/templates/commenting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html index 4fff5b8..81961a8 100644 --- a/commentingapp/templates/commenting.html +++ b/commentingapp/templates/commenting.html @@ -4,8 +4,8 @@ {% block content %} <h3><center> TBC Commenting </center></h3> - <h5> Hi <u> <b>{{user}} </b> </u> </h5> - + <h5> Hi <u> <b>{{user}} </b> </u> </h5><br/> + <a href = "https://pythontbc.disqus.com" target = "blank">Go to Disqus admin Page </a> {% if not url_context %} <center><h4> There are no new comments </h4></center> -- cgit