summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormahesh2016-04-19 17:06:59 +0530
committermahesh2016-04-19 17:06:59 +0530
commit4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282 (patch)
tree914a240ea266956d8415126134a0b1e95b4a819e
parent9be76d567a5f530cc09c58914d7266cba8b92e57 (diff)
downloadPython-TBC-Interface-4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282.tar.gz
Python-TBC-Interface-4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282.tar.bz2
Python-TBC-Interface-4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282.zip
added admin tools link
-rwxr-xr-xtbc/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html
index a1b4c8f..c607411 100755
--- a/tbc/templates/base.html
+++ b/tbc/templates/base.html
@@ -148,6 +148,7 @@
<li><a href="{% url 'tbc:GetCertificate' %}">Get Certificate</a></li>
<li><a href="{% url 'tbc:UpdateProfile' %}">Update Profile</a></li>
<li><a href="{% url 'tbc:UpdatePassword' %}">Update Password</a></li>
+ <li><a href="{% url 'tbc:admin_tools' %}">Admin Tools </a></li>
<li><a href="{% url 'tbc:UserLogout' %}">Logout</a></li>
</ul>
</li>