summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
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 %}