summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorprathamesh2015-08-12 14:20:31 +0530
committerprathamesh2015-08-12 14:20:31 +0530
commite598d7300599d0bd9bdae488aa45533b405a186f (patch)
tree993e57a71a13d09ccd343012d56d38bd4a6acb67 /tbc
parentb13f51268caacf987365c3cda89b812d9d1b2255 (diff)
downloadPython-TBC-Interface-e598d7300599d0bd9bdae488aa45533b405a186f.tar.gz
Python-TBC-Interface-e598d7300599d0bd9bdae488aa45533b405a186f.tar.bz2
Python-TBC-Interface-e598d7300599d0bd9bdae488aa45533b405a186f.zip
Changed static path as required.
Diffstat (limited to 'tbc')
-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 %}