diff options
author | hardythe1 | 2014-10-30 18:23:29 +0530 |
---|---|---|
committer | hardythe1 | 2014-10-30 18:23:29 +0530 |
commit | ea78b786d62021d8d3501313e826053acc231c25 (patch) | |
tree | 8348ec6524a66ebf0d21341702c7f0380dfd298d /tbc/templates/base.html | |
parent | f604c51131f625e26f1ac95d9464f59b8d89078b (diff) | |
download | Python-TBC-Interface-ea78b786d62021d8d3501313e826053acc231c25.tar.gz Python-TBC-Interface-ea78b786d62021d8d3501313e826053acc231c25.tar.bz2 Python-TBC-Interface-ea78b786d62021d8d3501313e826053acc231c25.zip |
adding links to submit book (before automated proposal)
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 fbcfb05..a9b005e 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -105,6 +105,7 @@ <li class="dropdown"> <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:SubmitBook' %}">Submit Book (OLD)</a></li> <li><a href="{% url 'tbc:ListAICTE' %}">Submit Proposal</a></li> <li><a href="{% url 'tbc:SubmitSample' %}">Submit Sample Notebook</a></li> <li><a href="{% url 'tbc:ConfirmBookDetails' %}">Submit Codes</a></li> |