diff --git a/tabellio/pcfdb/sync.py b/tabellio/pcfdb/sync.py index 15f6f9c..ad59705 100644 --- a/tabellio/pcfdb/sync.py +++ b/tabellio/pcfdb/sync.py @@ -1446,7 +1446,8 @@ class SyncFromPcfDbView(BrowserView): vicepresidents.sort() secretaires.sort() table = u'' - table += u'' % get_link(president[0], president[1]) + if president is not None: + table += u'' % get_link(president[0], president[1]) for vicepresident in vicepresidents: table += u'' % ( vicepresident[0], get_link(vicepresident[1], vicepresident[2]))
Président%s
Président%s
%s%s