mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Fix URLs that weren't properly anchored
This commit is contained in:
@ -77,12 +77,12 @@ urlpatterns = patterns('',
|
||||
###
|
||||
# Special sections
|
||||
###
|
||||
(r'account/', include('account.urls')),
|
||||
(r'^account/', include('account.urls')),
|
||||
|
||||
###
|
||||
# Sitemap (FIXME: support for >50k urls!)
|
||||
###
|
||||
(r'sitemap.xml', 'pgweb.core.views.sitemap'),
|
||||
(r'^sitemap.xml', 'pgweb.core.views.sitemap'),
|
||||
|
||||
###
|
||||
# Legacy URLs from the old website, that are likely to be used from other
|
||||
|
Reference in New Issue
Block a user