fix conversion wl2 to wl1
authorJan Szejko <jan.szejko@gmail.com>
Tue, 21 Jun 2016 08:30:17 +0000 (10:30 +0200)
committerJan Szejko <jan.szejko@gmail.com>
Tue, 21 Jun 2016 08:30:17 +0000 (10:30 +0200)
apps/catalogue/models/book.py

index f58fe10..b0862f0 100755 (executable)
@@ -463,7 +463,7 @@ class Book(models.Model):
         i1 = etree.parse(f2)
 
         for sect in i1.findall('//section'):
-            if sect[0].text == u'Przebieg zajęć':
+            if sect[0].text and sect[0].text.strip() == u'Przebieg zajęć':
                 # Prostujemy.
                 first = sect.find('section')
                 subs = first.findall('.//section')