diff --git a/autovpn/templates/index.html b/autovpn/templates/index.html
index 1464ac233b2ff4cd590c3cd05ebdf1b132179851..a95806a4beab23e7d4e8ebefcff0625fdfefbf17 100644
--- a/autovpn/templates/index.html
+++ b/autovpn/templates/index.html
@@ -1,11 +1,11 @@
 {% extends "_base.html" %}
 {% block content %}
+        <!--
         <p>
           A reasonably anonymous (but low-traffic) VPN service, for when
           you really need to get on the Internet from a nasty place!
         </p>
 
-        <!--
         <p>
           You only need a SSL certificate to connect, click the link
           below to download a ZIP file containing the certificate and
@@ -36,8 +36,10 @@
           As an alternative we can suggest https://riseup.net/vpn
         </p>
 
+        <!--
         {% if config.get('HELP_MESSAGE') %}
           {{ config['HELP_MESSAGE'] | safe }}
         {% endif %}
+        -->
 
 {% endblock %}