summaryrefslogtreecommitdiff
path: root/tbc/templates/base.html
diff options
context:
space:
mode:
authorhardythe12014-08-25 15:49:38 +0530
committerhardythe12014-08-25 15:49:38 +0530
commit1e8f5598d924591c7e83ba89cc1f48c4dd098e6a (patch)
tree4cb593989f60c7f5f1e186c77b6db39ce548b666 /tbc/templates/base.html
parent60a93ffd5a9aa7abb0a4f09c5de4374b77b2cae8 (diff)
downloadPython-TBC-Interface-1e8f5598d924591c7e83ba89cc1f48c4dd098e6a.tar.gz
Python-TBC-Interface-1e8f5598d924591c7e83ba89cc1f48c4dd098e6a.tar.bz2
Python-TBC-Interface-1e8f5598d924591c7e83ba89cc1f48c4dd098e6a.zip
added changes to put the AICTE books list
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-xtbc/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html
index 9708a53..803ad4d 100755
--- a/tbc/templates/base.html
+++ b/tbc/templates/base.html
@@ -93,6 +93,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.first_name }}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{% url 'tbc:SubmitProposal' %}">Submit Proposal</a></li>
+ <li><a href="{% url 'tbc:ListAICTE' %}">Submit AICTE Proposal</a></li>
<li><a href="{% url 'tbc:SubmitSample' %}">Submit Sample Notebook</a></li>
<li><a href="{% url 'tbc:SubmitCode' %}">Submit Codes</a></li>
<li><a href="{% url 'tbc:UpdateBook' %}">Update Submission</a></li>