mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Properly anchor URLs at the beginning
This commit is contained in:
@ -53,8 +53,8 @@ urlpatterns = patterns('',
|
||||
(r'^support/professional_(support|hosting)[/_](.*)/$', 'profserv.views.region'),
|
||||
(r'^support/submitbug/$', 'misc.views.submitbug'),
|
||||
|
||||
(r'about/sponsors/$', 'pgweb.sponsors.views.sponsors'),
|
||||
(r'about/servers/$', 'pgweb.sponsors.views.servers'),
|
||||
(r'^about/sponsors/$', 'pgweb.sponsors.views.sponsors'),
|
||||
(r'^about/servers/$', 'pgweb.sponsors.views.servers'),
|
||||
|
||||
###
|
||||
# RSS feeds
|
||||
|
Reference in New Issue
Block a user