diff options
author | hardythe1 | 2014-06-15 12:29:33 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-15 12:29:33 +0530 |
commit | 8ce7163b095edb6730603655dea1f21a614de98a (patch) | |
tree | 9282df4072982948d8ac732c5a3b9a74c6870dae /tbc/templates | |
parent | 09319a3ca0d1b814d68cb2d1e0d82bb01bc1babe (diff) | |
download | Python-TBC-Interface-8ce7163b095edb6730603655dea1f21a614de98a.tar.gz Python-TBC-Interface-8ce7163b095edb6730603655dea1f21a614de98a.tar.bz2 Python-TBC-Interface-8ce7163b095edb6730603655dea1f21a614de98a.zip |
adding links to static pages to see the list of books completed & books under progress
Diffstat (limited to 'tbc/templates')
-rwxr-xr-x | tbc/templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 5f19882..f6bb66a 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -88,6 +88,13 @@ <li><a href="http://python.fossee.in" target="_blank">Python Team</a></li> </ul> </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Textbooks<b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="{% static 'templates/converted_textbooks.html' %}">Completed</a></li> + <li><a href="{% static 'templates/books_under_progess.html' %}">Under Progress</a></li> + </ul> + </li> <li><a href="{% url 'tbc:InternshipForms' %}">Internship Forms</a></li> {% if user %} |