fixed variable name

This commit is contained in:
fpeters 2004-04-28 15:41:49 +00:00
parent 301368c07b
commit 69a0e10646
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class AbstractElectionCommon(ObjectCommon):
def getTextFormat(self, slot):
from glasnost.proxy.tools import getProxyForServerRole
proxy = getProxyForServerRole('elections')
return proxy.getAdmin().bodyFormat
return proxy.getAdmin().subjectFormat
title = None