4011: "reports" should have a "no private information" button
This commit is contained in:
parent
19b843f541
commit
f37f61ae5f
@ -56,7 +56,6 @@ class TableOfContents(Report):
|
|||||||
user - a gen.user.User() instance
|
user - a gen.user.User() instance
|
||||||
"""
|
"""
|
||||||
Report.__init__(self, database, options, user)
|
Report.__init__(self, database, options, user)
|
||||||
self._user = user
|
|
||||||
self.set_locale(options.menu.get_option_by_name('trans').get_value())
|
self.set_locale(options.menu.get_option_by_name('trans').get_value())
|
||||||
|
|
||||||
def write_report(self):
|
def write_report(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user