diff options
Diffstat (limited to 'tbc/templates')
-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> |