If the TC election hasn't been opened then render-wiki-list will fail with:
---
Traceback (most recent call last):
File "tools/render-wiki-list.py", line 31, in <module>
main(sys.argv)
File "tools/render-wiki-list.py", line 17, in main
candidates_list['projects'].remove('TC')
ValueError: list.remove(x): x not in list
---
Fix that
Change-Id: I5292655d14871b2b3047be0d2720423acfdab9e3