Commit f8c97776 authored by OzzieIsaacs's avatar OzzieIsaacs

Merge remote-tracking branch 'show_url/url-links'

parents ab63d08d 83db0f9a
......@@ -112,6 +112,8 @@ class Identifiers(Base):
return u"https://books.google.com/books?id={0}".format(self.val)
elif self.type == "kobo":
return u"https://www.kobo.com/ebook/{0}".format(self.val)
elif self.type == "url":
return u"{0}".format(self.val)
else:
return u""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment