diff options
Diffstat (limited to 'tbc/templates')
-rwxr-xr-x | tbc/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index d4c3a9e..5d0c844 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -295,7 +295,7 @@ <div style="clear:both;"></div> {% for item in items %} <div class ="module-list"> - <a href="{% url 'tbc:BookDetails' item.book.id %}"><img src="{% static 'uploads/' %}{{ item.image.image }}"></a> + <a href="{% url 'tbc:BookDetails' item.book.id %}"><img src="{% static 'Python-Textbook-Companions/' %}{{ item.image.image }}"></a> <center><a href="{% url 'tbc:BookDetails' item.book.id %}">{{ item.book.title }}</a></center> </div> {% endfor %} |