summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprathamesh2015-08-12 14:33:01 +0530
committerprathamesh2015-08-12 14:33:01 +0530
commit4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658 (patch)
tree993e57a71a13d09ccd343012d56d38bd4a6acb67
parenta1da7a9d05292c6e99f206a8f29c46a0dd7febfc (diff)
parente598d7300599d0bd9bdae488aa45533b405a186f (diff)
downloadPython-TBC-Interface-4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658.tar.gz
Python-TBC-Interface-4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658.tar.bz2
Python-TBC-Interface-4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658.zip
Merge branch 'PR_link_chapter_image'
-rw-r--r--tbc/templates/tbc/link_image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/link_image.html b/tbc/templates/tbc/link_image.html
index befa301..03cdcec 100644
--- a/tbc/templates/tbc/link_image.html
+++ b/tbc/templates/tbc/link_image.html
@@ -21,7 +21,7 @@
{% for screenshot in screenshots %}
<!--<a href="/static/uploads/{{ screenshot.image }}" target="_blank">{{ screenshot }}</a>-->
<div class ="module-list">
- <img src="/static/uploads/{{ screenshot.image }}">
+ <img src="/static/Python-Textbook-Companions/{{ screenshot.image }}">
<br>
<select style="border-color:black" name="chapters{{screenshot.id}}" id="chapters{{screenshot.id}}">
{% for chapter in chapters %}