diff --git a/eoapublications/management/commands/publicationimport.py b/eoapublications/management/commands/publicationimport.py index 8a0526a..87845d6 100644 --- a/eoapublications/management/commands/publicationimport.py +++ b/eoapublications/management/commands/publicationimport.py @@ -109,22 +109,6 @@ def process_indexsection(self, xmlIndexsection, intObjectOrder, intIndexEntry, p Newindexsection.Order = intObjectOrder intObjectOrder += 1 if olddesign: - - """ -
-
-
1
-
1 2
-
1 2
-
1
-""" - - strResult = "
" for xmlIndexEntry in xmlIndexsection.iterchildren(): strIndexHtml = """
@@ -172,9 +156,6 @@ def process_indexsection(self, xmlIndexsection, intObjectOrder, intIndexEntry, p strResult += strIndexHtml strResult = strResult + "
" else: - """ -

Zemke, Eric

Zeno, Apostolo

Zhao, Tao

Zumali, Fabrizio

-""" strResult = "" for xmlIndexEntry in xmlIndexsection.iterchildren(): strIndexHtml = """

"""