mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Properly render docs pages with missing index.html in the path.
This commit is contained in:
@ -37,6 +37,7 @@ urlpatterns = patterns('',
|
||||
(r'^mirrors.xml$', 'downloads.views.mirrors_xml'),
|
||||
|
||||
(r'^docs/(current|\d\.\d)/(static|interactive)/(.*).html$', 'docs.views.docpage'),
|
||||
(r'^docs/(current|\d\.\d)/(static|interactive)/$', 'docs.views.docsrootpage'),
|
||||
|
||||
(r'^community/$', 'core.views.community'),
|
||||
(r'^community/contributors/$', 'contributors.views.completelist'),
|
||||
|
Reference in New Issue
Block a user