summaryrefslogtreecommitdiff
path: root/tbc/templates/base.html
diff options
context:
space:
mode:
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>