Yes, it's broken: AttributeError: 'Wiki' object has no attribute 'extra'
I made the change below and it works. On Saturday, November 17, 2012 12:54:14 AM UTC+13, villas wrote: > > Hi Massimo, > I've just been checking it. > I think you need to change this... > > Wiki __init__() > > This line: > > self.extra = self.extra or {} > > should be: > > self.extra = extra or {} > > > --