Adds info to editions page
This commit is contained in:
parent
87cf411a1a
commit
7c9518afa6
5 changed files with 59 additions and 33 deletions
|
@ -257,7 +257,7 @@ class Editions(View):
|
|||
"editions": work.editions.order_by("-edition_rank").all(),
|
||||
"work": work,
|
||||
}
|
||||
return TemplateResponse(request, "editions.html", data)
|
||||
return TemplateResponse(request, "book/editions.html", data)
|
||||
|
||||
|
||||
@login_required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue