mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Remove "Regional Press Contacts" page
Press enquiries are consolidated to the press@postgresql.org mailing list. This will cut down on the administrative overhead for the sysadmins team as well as for future work on the press release process itself.
This commit is contained in:
@ -115,6 +115,7 @@ urlpatterns = [
|
||||
# Legacy URLs from the old website, that are likely to be used from other
|
||||
# sites or press releases or such
|
||||
###
|
||||
url(r'^about/press/contact/$', RedirectView.as_view(url='/about/press/', permanent=True)),
|
||||
url(r'^about/press/presskit(\d+)\.html\.(\w+)$', pgweb.legacyurl.views.presskit),
|
||||
url(r'^about/news\.(\d+)$', pgweb.legacyurl.views.news),
|
||||
url(r'^about/event\.(\d+)$', pgweb.legacyurl.views.event),
|
||||
|
Reference in New Issue
Block a user