diff options
author | prathamesh | 2015-08-12 14:20:31 +0530 |
---|---|---|
committer | prathamesh | 2015-08-12 14:20:31 +0530 |
commit | e598d7300599d0bd9bdae488aa45533b405a186f (patch) | |
tree | 993e57a71a13d09ccd343012d56d38bd4a6acb67 /tbc | |
parent | b13f51268caacf987365c3cda89b812d9d1b2255 (diff) | |
download | Python-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.html | 2 |
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 %} |