Add a link to the archives policy.
authorDave Page <dpage@pgadmin.org>
Fri, 18 Jul 2014 15:29:40 +0000 (16:29 +0100)
committerDave Page <dpage@pgadmin.org>
Fri, 18 Jul 2014 15:29:40 +0000 (16:29 +0100)
pgweb/lists/views.py

index 9c4793ef851fe0b5d62a58b6e500b5cc188c94f2..bb8b44591c2f87cfd403aa8d807a67e1f40f2292 100644 (file)
@@ -44,9 +44,13 @@ def subscribe(request):
                'operation': 'Subscribe',
                'jquery': True,
                'form_intro': """
-Please do not subscribe to mailing lists using e-mail accounts protected by
-mail-back anti-spam systems. These are extremely annoying to the list maintainers
-and other members, and you may be automatically unsubscribed."""
+<b>Note 1:</b> Please ensure you read the <a 
+href="https://wiki.postgresql.org/wiki/Archives_Policy">Archive Policy</a>
+before posting to the lists.</p>
+
+<p><b>Note 2:</b> Please do not subscribe to mailing lists using e-mail 
+accounts protected by mail-back anti-spam systems. These are extremely annoying 
+to the list maintainers and other members, and you may be automatically unsubscribed."""
        }, NavContext(request, "community"))
 
 def listinfo(request):