Commit a856b547 authored by Romain Courteaud's avatar Romain Courteaud

Use a correct page template by default.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9199 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0562748c
...@@ -112,6 +112,9 @@ class ERP5Report(ERP5Form): ...@@ -112,6 +112,9 @@ class ERP5Report(ERP5Form):
# Special Settings # Special Settings
settings_form = create_settings_form() settings_form = create_settings_form()
# Default Attributes
pt = 'report_view'
def __init__(self, id, title, unicode_mode=0, def __init__(self, id, title, unicode_mode=0,
encoding='UTF-8', stored_encoding='UTF-8'): encoding='UTF-8', stored_encoding='UTF-8'):
"""Initialize form. """Initialize form.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment