fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c1682
)
verbose curriculum levels in model
author
Jan Szejko
<janek37@gmail.com>
Thu, 7 Jun 2018 13:54:35 +0000
(15:54 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Thu, 7 Jun 2018 13:54:35 +0000
(15:54 +0200)
librarian/pypdf.py
patch
|
blob
|
history
diff --git
a/librarian/pypdf.py
b/librarian/pypdf.py
index
904b9b3
..
256bc34
100644
(file)
--- a/
librarian/pypdf.py
+++ b/
librarian/pypdf.py
@@
-135,8
+135,7
@@
class EduModule(Xmill):
newline = '<ctrl ch="\\"/>\n'
if 'currset' in curr_elements:
for (course, level), types in curr_elements['currset'].iteritems():
- label = u'klasa' if new else u'poziom edukacyjny'
- lines = [u'%s, %s %s' % (course, level, label)]
+ lines = [u'%s, %s' % (course, level)]
for type, currs in types.iteritems():
lines.append(type)
lines += [curr.title for curr in currs]