diff options
author | hardythe1 | 2015-04-01 11:44:12 +0530 |
---|---|---|
committer | hardythe1 | 2015-04-01 11:44:12 +0530 |
commit | b30db94e80e4bf17c77cc24f8932ea1698ec9bf8 (patch) | |
tree | a54db16385d8908650fa882a1136f666d4a46538 | |
parent | 9db14b737fc873b04bdadfcff07e7271af6e7fba (diff) | |
download | Python-TBC-Interface-b30db94e80e4bf17c77cc24f8932ea1698ec9bf8.tar.gz Python-TBC-Interface-b30db94e80e4bf17c77cc24f8932ea1698ec9bf8.tar.bz2 Python-TBC-Interface-b30db94e80e4bf17c77cc24f8932ea1698ec9bf8.zip |
changed path
-rw-r--r-- | tbc/templates/tbc/review-proposal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc/templates/tbc/review-proposal.html b/tbc/templates/tbc/review-proposal.html index b660db8..2499b45 100644 --- a/tbc/templates/tbc/review-proposal.html +++ b/tbc/templates/tbc/review-proposal.html @@ -70,7 +70,7 @@ <h5><b>Book Accepted/Alloted:</b> {{ proposal.proposal.accepted.title }}</h5> {% ifequal proposal.proposal.status "sample resubmitted" %} {% if proposal.sample.sample_notebook %} - <h5><a href="{% static 'uploads/' %}{{ proposal.sample.sample_notebook }}">sample notebook</a><br></h5> + <h5><a href="{% static 'Python-Textbook-Companions/' %}{{ proposal.sample.sample_notebook }}">sample notebook</a><br></h5> <a class="btn btn-primary" href="{% url 'tbc:DisapproveProposal' proposal.proposal.id %}">Disapprove Samples</a> <a class="btn btn-primary" href="{% url 'tbc:AllotBook' proposal.proposal.id %}">Alot Book</a> <h5>This is resubmission of the sample notebook</h5> @@ -80,7 +80,7 @@ {% endifequal %} {% ifequal proposal.proposal.status "sample submitted" %} {% if proposal.sample.sample_notebook %} - <h5><a href="{% static 'uploads/' %}{{ proposal.sample.sample_notebook }}">sample notebook</a><br></h5> + <h5><a href="{% static 'Python-Textbook-Companions/' %}{{ proposal.sample.sample_notebook }}">sample notebook</a><br></h5> <a class="btn btn-primary" href="{% url 'tbc:DisapproveProposal' proposal.proposal.id %}">Disapprove Samples</a> <a class="btn btn-primary" href="{% url 'tbc:AllotBook' proposal.proposal.id %}">Alot Book</a> {% else %} |