diff options
author | mahesh | 2016-04-19 17:06:59 +0530 |
---|---|---|
committer | mahesh | 2016-04-19 17:06:59 +0530 |
commit | 4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282 (patch) | |
tree | 914a240ea266956d8415126134a0b1e95b4a819e /tbc/templates/base.html | |
parent | 9be76d567a5f530cc09c58914d7266cba8b92e57 (diff) | |
download | Python-TBC-Interface-4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282.tar.gz Python-TBC-Interface-4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282.tar.bz2 Python-TBC-Interface-4ae4de2b41eee727eaea2f3dc0eebad6a0ba9282.zip |
added admin tools link
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-x | tbc/templates/base.html | 1 |
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> |