mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Remove majordomo2 subscription form
Replace it with a redirect to lists.postgresql.org, where pglister lives.
This commit is contained in:
@ -49,7 +49,8 @@ urlpatterns = patterns('',
|
||||
(r'^community/$', 'pgweb.core.views.community'),
|
||||
(r'^community/contributors/$', 'pgweb.contributors.views.completelist'),
|
||||
(r'^community/lists/$', RedirectView.as_view(url='/list/', permanent=True)),
|
||||
(r'^community/lists/subscribe/$', 'pgweb.lists.views.subscribe'),
|
||||
(r'^community/lists/subscribe/$', RedirectView.as_view(url='https://lists.postgresql.org/', permanent=True)),
|
||||
|
||||
(r'^community/lists/listinfo/$', 'pgweb.lists.views.listinfo'),
|
||||
(r'^community/lists/activate/$', 'pgweb.lists.views.activate'),
|
||||
(r'^community/survey/vote/(\d+)/$', 'pgweb.survey.views.vote'),
|
||||
|
Reference in New Issue
Block a user