diff options
author | hardythe1 | 2013-12-30 17:06:52 +0530 |
---|---|---|
committer | hardythe1 | 2013-12-30 17:06:52 +0530 |
commit | cefbd01ffd5646d87e3656861ae4e5a2826b2493 (patch) | |
tree | b203195d6421dc820ab688d7769a7b381eebc6b7 /tbc/templates/base.html | |
parent | 5bcde8fafa5c7e5bb99263572656c7395e57cc4e (diff) | |
download | Python-TBC-Interface-cefbd01ffd5646d87e3656861ae4e5a2826b2493.tar.gz Python-TBC-Interface-cefbd01ffd5646d87e3656861ae4e5a2826b2493.tar.bz2 Python-TBC-Interface-cefbd01ffd5646d87e3656861ae4e5a2826b2493.zip |
adding static page internship forms
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-x | tbc/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 45e2719..6e970a3 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -86,10 +86,10 @@ <ul class="dropdown-menu"> <li><a href="#">Python TBC</a></li> <li><a href="http://fossee.in" target="_blank">FOSSEE</a></li> - <li><a href="#" target="_blank">Python Team</a></li> + <li><a href="http://python.fossee.in" target="_blank">Python Team</a></li> </ul> </li> - <li><a href="#">Internship Forms</a></li> + <li><a href="{% url 'tbc:InternshipForms' %}">Internship Forms</a></li> {% if user %} <li class="dropdown"> |