From 298b459d45caa961abd01b064132774205a98444 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Thu, 26 Dec 2019 09:32:12 -0500 Subject: [PATCH] Hide Survey Per discussion in $THREAD, it Survey is unmaintained. While it offers some nice user interactivity, because it is unmaintained it should not be visible on the website. It is only commented out, so that we can re-enable in the future. The archives will remain available, albeit obfuscated. Thread: https://postgr.es/m/BBF56CF4-2065-45C5-B61F-D616F0CB2743%40yesql.se --- templates/core/community.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/core/community.html b/templates/core/community.html index 59f2fd93..50459646 100644 --- a/templates/core/community.html +++ b/templates/core/community.html @@ -47,6 +47,7 @@ Please send appropriate links to webmaster@postgresql.org for possible inclusion on this page.

+ {% comment %}

Survey

{% if survey %} @@ -69,5 +70,6 @@ {% endif %}
+ {% endcomment %} {%endblock%} -- 2.39.5