summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorhardythe12015-08-31 13:43:53 +0530
committerhardythe12015-08-31 13:43:53 +0530
commit0754f7948c91dccf9ee13dd05044cf282b428e5f (patch)
tree1f7d979702d2013895135e9f13771536295d9376 /tbc
parent833396607a4217779f7e1b944d5e56f6b236f052 (diff)
downloadPython-TBC-Interface-0754f7948c91dccf9ee13dd05044cf282b428e5f.tar.gz
Python-TBC-Interface-0754f7948c91dccf9ee13dd05044cf282b428e5f.tar.bz2
Python-TBC-Interface-0754f7948c91dccf9ee13dd05044cf282b428e5f.zip
change path
Diffstat (limited to 'tbc')
-rw-r--r--tbc/templates/tbc/browse-books.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/browse-books.html b/tbc/templates/tbc/browse-books.html
index e278eaa..1c20ea5 100644
--- a/tbc/templates/tbc/browse-books.html
+++ b/tbc/templates/tbc/browse-books.html
@@ -34,7 +34,7 @@ function submitCategory()
<div class="row-fluid">
{% 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 %}