diff --git a/doc/source/_exts/ptl.jinja b/doc/source/_exts/ptl.jinja index 8aa55b79..daddda52 100644 --- a/doc/source/_exts/ptl.jinja +++ b/doc/source/_exts/ptl.jinja @@ -1,7 +1,7 @@ {{ election.capitalize() }} PTL Candidates ====================== {% for project in projects %}{% if project != 'TC' %} -* `{{ project.replace('_', ' ') }} `_ +* {{ project.replace('_', ' ') }} {% for candidate in candidates[project] %} * `{{ candidate.split('/')[-1][:-4].replace('_', ' ').title() }} `_ diff --git a/doc/source/index.rst b/doc/source/index.rst index b0b6d6ff..dfc40610 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3,6 +3,7 @@ ==================== This page track OpenStack Elections candidates list. +Below is the official list of candidates for the current round. .. include:: ./candidates/ptl.rst