fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
whitespace
[redakcja.git]
/
apps
/
catalogue
/
models
/
book.py
diff --git
a/apps/catalogue/models/book.py
b/apps/catalogue/models/book.py
index
cce9c72
..
a426b08
100755
(executable)
--- a/
apps/catalogue/models/book.py
+++ b/
apps/catalogue/models/book.py
@@
-432,7
+432,7
@@
class Book(models.Model):
if not fake:
data = {"book_xml": book_xml}
if host:
if not fake:
data = {"book_xml": book_xml}
if host:
- data['gallery_url'] =
'http://' +
host + self.gallery_url()
+ data['gallery_url'] = host + self.gallery_url()
apiclient.api_call(user, "books/", data)
# record the publish
br = BookPublishRecord.objects.create(book=self, user=user)
apiclient.api_call(user, "books/", data)
# record the publish
br = BookPublishRecord.objects.create(book=self, user=user)