diff options
author | hardythe1 | 2014-06-15 12:54:31 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-15 12:54:31 +0530 |
commit | a45cecde4a9f9af0a715dff8033b19b7b0e0e807 (patch) | |
tree | 3d4e5d6ac7d923bf97662a9cef582758211072c3 /tbc/templates/base.html | |
parent | 3c2d793c7c5d26b91e29312b42e1b2869e244d32 (diff) | |
download | Python-TBC-Interface-a45cecde4a9f9af0a715dff8033b19b7b0e0e807.tar.gz Python-TBC-Interface-a45cecde4a9f9af0a715dff8033b19b7b0e0e807.tar.bz2 Python-TBC-Interface-a45cecde4a9f9af0a715dff8033b19b7b0e0e807.zip |
changes to make the books completed & books under progress links work
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 30be78f..6885318 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -91,8 +91,8 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Textbooks<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="{% url 'tbc:CompletedBooks' %}">Completed</a></li> - <li><a href="{% url 'tbc:BooksUnderProgress' %}">Under Progress</a></li> + <li><a href="{% url 'tbc:CompletedBooks' %}">Submit Book</a></li> + <li><a href="{% url 'tbc:BooksUnderProgress' %}">Submit Book</a></li> </ul> </li> <li><a href="{% url 'tbc:InternshipForms' %}">Internship Forms</a></li> |