Merge "Add Governance link to PTL results"
This commit is contained in:
commit
a7967f331a
@ -3,6 +3,11 @@
|
|||||||
{{ election.capitalize() }} PTL
|
{{ election.capitalize() }} PTL
|
||||||
{% for i in range(election|length + 4) %}={% endfor%}
|
{% for i in range(election|length + 4) %}={% endfor%}
|
||||||
|
|
||||||
|
`Current list of all projects and PTLs
|
||||||
|
<https://governance.openstack.org/tc/reference/projects/>`_
|
||||||
|
|
||||||
|
Elected PTLs
|
||||||
|
============
|
||||||
|
|
||||||
{% for project in projects|sort %}
|
{% for project in projects|sort %}
|
||||||
* {{ project.replace('_', ' ') }}
|
* {{ project.replace('_', ' ') }}
|
||||||
@ -26,17 +31,21 @@
|
|||||||
.. [#IncumbentPTL] Incumbent PTL
|
.. [#IncumbentPTL] Incumbent PTL
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
Results
|
Election Results
|
||||||
-------
|
================
|
||||||
|
{% if elections_results|length %}
|
||||||
{% for project in projects|sort %}{% if project in elections_results %}
|
{% for project in projects|sort %}{% if project in elections_results %}
|
||||||
|
|
||||||
* `{{ project }} <{{ elections_results[project] }}>`_
|
* `{{ project }} <{{ elections_results[project] }}>`_
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% else %}
|
||||||
|
No elections were necessary.
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{{ election.capitalize() }} PTL Candidates
|
PTL Candidates
|
||||||
======================
|
==============
|
||||||
|
|
||||||
{% for project in projects|sort %}
|
{% for project in projects|sort %}
|
||||||
* {{ project.replace('_', ' ') }}
|
* {{ project.replace('_', ' ') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user