diff --git a/shared/common/ElectionsCommon.py b/shared/common/ElectionsCommon.py index 323696ce..4984f92d 100644 --- a/shared/common/ElectionsCommon.py +++ b/shared/common/ElectionsCommon.py @@ -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