diff options
author | hardythe1 | 2014-08-27 15:43:06 +0530 |
---|---|---|
committer | hardythe1 | 2014-08-27 15:43:06 +0530 |
commit | 0ed8309072561cda5087bf894721caa4aa4fcd32 (patch) | |
tree | bf2923849e35fbe946b0f25c8cc87a702618915c /tbc/templates/base.html | |
parent | 6f881d3b081b2b79ea5bf7c61ea22c0ea22b18b0 (diff) | |
parent | 1e8f5598d924591c7e83ba89cc1f48c4dd098e6a (diff) | |
download | Python-TBC-Interface-0ed8309072561cda5087bf894721caa4aa4fcd32.tar.gz Python-TBC-Interface-0ed8309072561cda5087bf894721caa4aa4fcd32.tar.bz2 Python-TBC-Interface-0ed8309072561cda5087bf894721caa4aa4fcd32.zip |
conflict resolved
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-x | tbc/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index ab79738..80a8694 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> |