diff options
author | hardythe1 | 2014-09-16 15:52:38 +0530 |
---|---|---|
committer | hardythe1 | 2014-09-16 15:52:38 +0530 |
commit | 677e96906e7118ae10ff9a3c212d5db86bcae8d0 (patch) | |
tree | 385d2aec0442a99c3c3506f0ccbfa40441a287cc /tbc | |
parent | c89bc9e8ac738973e11517bc4d12cddfa22e205c (diff) | |
download | Python-TBC-Interface-677e96906e7118ae10ff9a3c212d5db86bcae8d0.tar.gz Python-TBC-Interface-677e96906e7118ae10ff9a3c212d5db86bcae8d0.tar.bz2 Python-TBC-Interface-677e96906e7118ae10ff9a3c212d5db86bcae8d0.zip |
integrated aicte proposal with normal proposal:
Diffstat (limited to 'tbc')
-rwxr-xr-x | tbc/templates/base.html | 3 | ||||
-rw-r--r-- | tbc/templates/tbc/aicte-books.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 80a8694..ccd6cc7 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -92,8 +92,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:SubmitProposal' %}">Submit Proposal</a></li> - <li><a href="{% url 'tbc:ListAICTE' %}">Submit AICTE Proposal</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:SubmitCode' %}">Submit Codes</a></li> <li><a href="{% url 'tbc:UpdateBook' %}">Update Submission</a></li> diff --git a/tbc/templates/tbc/aicte-books.html b/tbc/templates/tbc/aicte-books.html index 6b0864b..4cc3d15 100644 --- a/tbc/templates/tbc/aicte-books.html +++ b/tbc/templates/tbc/aicte-books.html @@ -4,6 +4,9 @@ <center><h3>List of AICTE Books</h3></center> <hr> <div id="content-wrap"> + <p>Below is the list of AICTE recommended books. You can propose a book just by clicking on the link. However, if you wish to submit your own preferences other than AICTE books, click the button given below.</p> + <a href="{% url 'tbc:SubmitProposal' %}" class="btn btn-primary">I don't want to propose AICTE book</a> + <hr> <table class="table table-bordered table-hover"> <th>SR #</th> <th>Book (click on the link to propose the book)</th> |