diff --git a/extra/modules/boresults.ptl b/extra/modules/boresults.ptl index 5240d90..c9e001c 100644 --- a/extra/modules/boresults.ptl +++ b/extra/modules/boresults.ptl @@ -40,6 +40,12 @@ class FakeField: # just here to quack like a duck return None + def get_csv_heading(self): + return [self.label] + + def get_csv_value(self, element): + return [element] + class FormResultDirectory(FormPage): _q_exports = ['', 'csv', 'xls', 'participation', 'table', 'list'] @@ -73,7 +79,7 @@ class FormResultDirectory(FormPage): ''