diff options
author | hardythe1 | 2014-04-03 12:29:09 +0530 |
---|---|---|
committer | hardythe1 | 2014-04-03 12:29:09 +0530 |
commit | 1ba095a9a090ee426f250065e3d39bc57dcd7427 (patch) | |
tree | 20e67a7597fb9aad4982166003448242000cde35 | |
parent | 5d26311d906029e35d7e1aad92ee5fcd4da3a92b (diff) | |
download | Python-TBC-Interface-1ba095a9a090ee426f250065e3d39bc57dcd7427.tar.gz Python-TBC-Interface-1ba095a9a090ee426f250065e3d39bc57dcd7427.tar.bz2 Python-TBC-Interface-1ba095a9a090ee426f250065e3d39bc57dcd7427.zip |
removing link for about PythonTBC
-rwxr-xr-x | tbc/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 134008f..394bd15 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -84,7 +84,6 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="{% url 'tbc:AboutPytbc' %}">Python TBC</a></li> <li><a href="http://fossee.in" target="_blank">FOSSEE</a></li> <li><a href="http://python.fossee.in" target="_blank">Python Team</a></li> </ul> |