<section class="committe coc">
<h3>Code of Conduct Committee</h3>
<div class="container">
- <ul class="people">
+ <p>
+ The <a href="https://www.postgresql.org/about/policies/coc_committee/">
+ PostgreSQL Code of Conduct Committee</a> have kindly agreed to act as
+ the committee for {{ confname }}.
+ </p>
+ <!-- <ul class="people">
{% for m in cocmembers %}
<li>
<img src="{{ media("img/people/") + m.img }}" alt="{{ m.name }}">
{% else %}
<li><p>The Code of Conduct Committee will be announced soon.</p></li>
{% endfor %}
- </ul>
+ </ul> -->
</div>
</section>
<div class="container">
<div class="card">
<ul class="coc-points-of-contact">
- <li>Conference CoC Committee email: <a href="mailto:coc2025@pgday.uk">coc2025@pgday.uk</a> <small>(only the committee members receive this)</small></li>
+ <li>Code of Conduct Committee email: <a href="mailto:coc@postgresql.org"> coc@postgresql.org</a></li>
+ <!-- <li>Conference CoC Committee email: <a href="mailto:coc2025@pgday.uk">coc2025@pgday.uk</a> <small>(only the committee members receive this)</small></li>
{% if coc_phone %}
<li>Conference CoC Committee phone number: <a href="tel:{{ coc_phone|replace(" ","") }}">{{ coc_phone }}</a> <small>(a single-use number valid only for the duration of the conference)</small></li>
- {% endif %}
+ {% endif %} -->
<li>{{ venue.name }} phone number: <a href="tel:{{ venue.phone_link }}">{{ venue.phone }}</a></li>
<li>Emergency services: 999 or 112 <small>(Please only use if there is no other alternative)</small></li>
</ul>
<section class="committe coc">
<h3>Code of Conduct Committee</h3>
<div class="container">
- <ul class="people">
+ <p>
+ The <a href="https://www.postgresql.org/about/policies/coc_committee/">
+ PostgreSQL Code of Conduct Committee</a> have kindly agreed to act as
+ the committee for {{ confname }}.
+ </p>
+ <!-- <ul class="people">
{% for m in cocmembers %}
<li>
<img src="{{ media("img/people/") + m.img }}" alt="{{ m.name }}">
{% else %}
<li><p>The Code of Conduct Committee will be announced soon.</p></li>
{% endfor %}
- </ul>
+ </ul> -->
</div>
</section>