3963: Webreport, Individual's side, bug in event's note
svn: r18079
This commit is contained in:
parent
16cb40dfb6
commit
845883ac90
@ -551,7 +551,7 @@ class BasePage(object):
|
|||||||
for notehandle in notelist:
|
for notehandle in notelist:
|
||||||
this_note = self.report.database.get_note_from_handle(notehandle)
|
this_note = self.report.database.get_note_from_handle(notehandle)
|
||||||
if this_note is not None:
|
if this_note is not None:
|
||||||
ul.extend(Html("i", str(this_note.type)))
|
ul.extend(Html("i", str(this_note.type), class_="NoteType"))
|
||||||
ul.extend(self.get_note_format(this_note, True))
|
ul.extend(self.get_note_format(this_note, True))
|
||||||
|
|
||||||
# return note list to its callers
|
# return note list to its callers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user