Hide Survey
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 26 Dec 2019 14:32:12 +0000 (09:32 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 26 Dec 2019 14:32:12 +0000 (09:32 -0500)
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

index 59f2fd93bcb51bc5840ffa7b62eacfb0049d75c3..504596468c2012d4a1380271536a336a77b15350 100644 (file)
@@ -47,6 +47,7 @@
         Please send appropriate links to <a href="mailto:webmaster@postgresql.org">webmaster@postgresql.org</a> for possible inclusion on this page.
       </p>
     </div>
+    {% comment %}
     <div class="col-md-4">
       <h2>Survey</h2>
       {% if survey %}
@@ -69,5 +70,6 @@
         </form>
       {% endif %}
     </div>
+    {% endcomment %}
   </div>
 {%endblock%}