diff -r 97d5d37333d2 -r e1b63e4d10f4 svv/controllers.py --- a/svv/controllers.py Fri Jan 07 01:22:52 2011 +0200 +++ b/svv/controllers.py Fri Jan 07 01:23:24 2011 +0200 @@ -194,6 +194,9 @@ """ Generate the document, and return it as a .pdf file, with the filename generated from the document's title. """ + + # XXX: proper support + self.process(**url_values) pdf_file = self.generate(**url_values)