Working on note HTML edits

svn: r19685
This commit is contained in:
Doug Blank
2012-05-28 17:17:15 +00:00
parent 9f63d657cd
commit 8bcc160985
44 changed files with 19577 additions and 16 deletions

View File

@@ -29,3 +29,9 @@ dp = parser.parse
#import_file(db,
# "/home/dblank/gramps/trunk/example/gramps/data.gramps",
# cli.user.User())
#from webapp.utils import StyledNoteFormatter
#snf = StyledNoteFormatter(db)
#for n in Note.objects.all():
# note = db.get_note_from_handle(n.handle)
# print snf.get_note_format(note)