diff options
author | luxagraf <sng@luxagraf.net> | 2018-04-12 21:40:54 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-04-12 21:40:54 -0400 |
commit | 9ec405f41c41e35596d82b8dab1443adabd6ed76 (patch) | |
tree | 8c85f72089df91a9b3d4e94e639e6e67644d6dc7 /app | |
parent | 58e2e73fef2db84a46f6d706a39997f2a6b9a9ba (diff) |
fixed a bug in building books
Diffstat (limited to 'app')
-rw-r--r-- | app/books/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/books/build.py b/app/books/build.py index 35fdb19..486cebc 100644 --- a/app/books/build.py +++ b/app/books/build.py @@ -8,7 +8,7 @@ class BuildBooks(BuildNew): def build(self): self.build_detail_view() self.build_list_view( - base_path=reverse("books:live_redirect"), + base_path=reverse("books:list"), paginate_by=24 ) print("building books") |