projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3afa5cc
)
Properly anchor URLs at the beginning
author
Magnus Hagander
<magnus@hagander.net>
Sat, 16 Jan 2010 16:16:18 +0000
(17:16 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 16 Jan 2010 16:16:18 +0000
(17:16 +0100)
pgweb/urls.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/urls.py
b/pgweb/urls.py
index 4f6ad90e518a4488da2fa0d938c19ece2264ec38..a8e96253512f77a2496c507fe09798361f007a56 100644
(file)
--- a/
pgweb/urls.py
+++ b/
pgweb/urls.py
@@
-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