mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Add page with list of all pending moderation requests, and link it
(somewhat hackishly) onto the header of the administration pages.
This commit is contained in:
@ -75,6 +75,8 @@ urlpatterns = patterns('',
|
||||
(r'^about/event\.(\d+)$', 'pgweb.legacyurl.views.event'),
|
||||
(r'^community/signup', 'pgweb.legacyurl.views.signup'),
|
||||
|
||||
# Override some URLs in admin, to provide our own pages
|
||||
(r'^admin/pending/$', 'pgweb.core.views.admin_pending'),
|
||||
# Uncomment the next line to enable the admin:
|
||||
(r'^admin/(.*)', admin.site.root),
|
||||
|
||||
|
Reference in New Issue
Block a user