django-notekeeper
django-notekeeper copied to clipboard
Fix pdf render bug when trying to export pdf file
When you try to export a note to a PDF form, an error message appears that says AttributeError: module 'cgi' has no attribute 'escape'.
To fix this, simply update the xhtml2pdf form from 0.2.3 to 0.2.5.