CoC info.
authorDave Page <dpage@pgadmin.org>
Fri, 13 Jun 2025 14:52:49 +0000 (15:52 +0100)
committerDave Page <dpage@pgadmin.org>
Fri, 13 Jun 2025 14:52:49 +0000 (15:52 +0100)
templates/pages/code-of-conduct.html
templates/pages/organisation.html

index d7209698ca848af535d6517cbf8b800d1231c462..70422af4f329c7903024a4162c98bb56d4d71396 100644 (file)
 <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 }}">
@@ -57,7 +62,7 @@
       {% 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>&nbsp;<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>&nbsp;<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>&nbsp;<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>
index 4154e1931b87990f8bb9c5d72a1bb0356cb805fe..38f997b646a105985f929acd8460d80989c0e343 100644 (file)
 <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 }}">
@@ -57,7 +62,7 @@
       {% else %}
         <li><p>The Code of Conduct Committee will be announced soon.</p></li>
       {% endfor %}
-    </ul>
+    </ul> -->
   </div>
 </section>