File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- VERSION = __version__ = '10.1.1 '
1
+ VERSION = __version__ = '10.1.2 '
2
2
NAME = 'eTools'
Original file line number Diff line number Diff line change @@ -73,4 +73,4 @@ def text_wrap(text, width=70):
73
73
https://github.com/nigma/django-easy-pdf/issues/65
74
74
https://github.com/xhtml2pdf/xhtml2pdf/issues/379
75
75
"""
76
- return ' ' .join (wrap (text , width ))
76
+ return ' ' .join (wrap (text , width , break_on_hyphens = False ))
Original file line number Diff line number Diff line change 164
164
< tr >
165
165
< td > {{ officer.first_name }} {{ officer.last_name }}</ td >
166
166
< td > {{ officer.title }}</ td >
167
- < td > {{ officer.email|text_wrap:30 }}</ td >
167
+ < td > {{ officer.email|text_wrap:20 }}</ td >
168
168
< td width ="140px "> </ td >
169
169
</ tr >
170
170
{% endfor %}
1297
1297
party`s work, employees or other personnel, or subcontractors.
1298
1298
</ p >
1299
1299
< p >
1300
- (v) "< span class ="underline "> </ span > " is conduct by a party’s employees, personnel or
1300
+ (v) "< span class ="underline "> safeguarding violation </ span > " is conduct by a party’s employees, personnel or
1301
1301
subcontractors that actually or likely causes harm to a person, including
1302
1302
any kind of physical, emotional or sexual abuse, neglect or exploitation.
1303
1303
</ p >
You can’t perform that action at this time.
0 commit comments