diff options
author | prathamesh | 2015-08-12 14:33:01 +0530 |
---|---|---|
committer | prathamesh | 2015-08-12 14:33:01 +0530 |
commit | 4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658 (patch) | |
tree | 993e57a71a13d09ccd343012d56d38bd4a6acb67 /tbc | |
parent | a1da7a9d05292c6e99f206a8f29c46a0dd7febfc (diff) | |
parent | e598d7300599d0bd9bdae488aa45533b405a186f (diff) | |
download | Python-TBC-Interface-4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658.tar.gz Python-TBC-Interface-4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658.tar.bz2 Python-TBC-Interface-4ec13d0acd72e1a4a26abe98d6c5b8b1812a3658.zip |
Merge branch 'PR_link_chapter_image'
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 %} |