work.authors() returns list of all authors
parent
eebd00ccd9
commit
81524ac5f0
|
@ -2826,7 +2826,7 @@ def lockss(request, work_id):
|
|||
ebooks = work.ebooks().filter(edition__unglued=True)
|
||||
except:
|
||||
ebooks = None
|
||||
authors = work.authors.all()
|
||||
authors = work.authors()
|
||||
|
||||
return render(request, "lockss.html", {'work':work, 'ebooks':ebooks, 'authors':authors})
|
||||
|
||||
|
|
Loading…
Reference in New Issue