add reftitle property to commission events

(found this applied on the live server)
This commit is contained in:
Frédéric Péters 2015-12-21 17:47:47 +01:00
parent 699ec9aa88
commit 9cf3a74c64
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ class ComEvent(ParlEvent):
def klass(self):
return 'commission-event'
@property
def reftitle(self):
return self.title