]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/views/list_books.py
Fix(web/views/list_books): Fix a bug in series naming
[m_librarian.git] / m_librarian / web / views / list_books.py
index c9af4b4b42d72de5fec40927dff8828ad01f89fe..210516b61f92fc77175be0f824b6598ae6013965 100644 (file)
@@ -35,12 +35,12 @@ VFFSL=valueFromFrameOrSearchList
 VFSL=valueFromSearchList
 VFN=valueForName
 currentTime=time.time
-__CHEETAH_version__ = '3.1.0'
-__CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1)
-__CHEETAH_genTime__ = 1528755606.297172
-__CHEETAH_genTimestamp__ = 'Tue Jun 12 01:20:06 2018'
+__CHEETAH_version__ = '3.2.6'
+__CHEETAH_versionTuple__ = (3, 2, 6, 'final', 0)
+__CHEETAH_genTime__ = 1671291302.390272
+__CHEETAH_genTimestamp__ = 'Sat Dec 17 18:35:02 2022'
 __CHEETAH_src__ = 'list_books.tmpl'
-__CHEETAH_srcLastModified__ = 'Tue Jun 12 01:20:03 2018'
+__CHEETAH_srcLastModified__ = 'Sat Dec 17 18:34:51 2022'
 __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine'
 
 if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
@@ -113,9 +113,9 @@ class list_books(layout):
 ''')
             write(u'''  </tr>
 ''')
-            series = None
             columns1 = VFFSL(SL,"len",False)(VFFSL(SL,"columns",True))+1
-            for author in VFFSL(SL,"sorted",False)(VFFSL(SL,"books_by_author",True)): # generated from line 21, col 3
+            for author in VFFSL(SL,"sorted",False)(VFFSL(SL,"books_by_author",True)): # generated from line 20, col 3
+                series = None
                 books = VFFSL(SL,"books_by_author",True)[VFFSL(SL,"author",True)]
                 for book in VFFSL(SL,"books",True): # generated from line 23, col 5
                     if VFFSL(SL,"book.series",True) != VFFSL(SL,"series",True): # generated from line 24, col 5
@@ -236,7 +236,7 @@ if not hasattr(list_books, '_initCheetahAttributes'):
 
 # CHEETAH was developed by Tavis Rudd and Mike Orr
 # with code, advice and input from many other volunteers.
-# For more information visit http://cheetahtemplate.org/
+# For more information visit https://cheetahtemplate.org/
 
 ##################################################
 ## if run from command line: