diff options
author | hardythe1 | 2015-08-31 13:43:53 +0530 |
---|---|---|
committer | hardythe1 | 2015-08-31 13:43:53 +0530 |
commit | 0754f7948c91dccf9ee13dd05044cf282b428e5f (patch) | |
tree | 1f7d979702d2013895135e9f13771536295d9376 /tbc | |
parent | 833396607a4217779f7e1b944d5e56f6b236f052 (diff) | |
download | Python-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.html | 2 |
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 %} |