Add information about pglister migration to subscription pages
authorMagnus Hagander <magnus@hagander.net>
Thu, 22 Jun 2017 19:15:17 +0000 (21:15 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 22 Jun 2017 19:15:17 +0000 (21:15 +0200)
pgweb/lists/views.py
templates/lists/subscribe_form.html

index 07f9748241330b1a1e2eb5fd6c476a712602fa79..f8e2e6857389de5ac786d30006b9c27fc75c141d 100644 (file)
@@ -38,7 +38,7 @@ def subscribe(request):
 
        return render_to_response('lists/subscribe_form.html', {
                'form': form,
-               'operation': 'Subscribe',
+               'operation': 'Legacy subscription',
                'jquery': True,
                'form_intro': """
 <b>Note 1:</b> Please ensure you read the <a 
index 24319bf5c20cdba0d383f5236099679ccbf46982..cd24b189781130e294db3b6cacb24bba9b8178c5 100644 (file)
@@ -8,3 +8,21 @@ $(function() {
 });
 </script>
 {%endblock%}
+{%block pre_form_header%}
+<h1>Subscribe</h1>
+<p>
+The PostgreSQL project is currently migrating all mailinglists from an
+old legacy system to a new more modern system. As this migration goes
+on, there will unfortunately be two different sets of subscribe and
+unsubscribe methods.
+</p>
+<p>
+To subscribe to one of the lists that have been migrated, please use
+the <a href="https://lists.postgresql.org/manage/">new system</a>.
+</p>
+<p>
+If the list you want to subscribe to is listed below, it has not yet
+been migrated. For these lists, please use the form below. Use the
+same form to unsubscribe from one of these lists.
+</p>
+{%endblock%}