projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f437c
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Tue, 28 Sep 2010 13:46:10 +0000
(15:46 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 28 Sep 2010 13:46:10 +0000
(15:46 +0200)
pgweb/urls.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/urls.py
b/pgweb/urls.py
index 7a2b736016bd516037a2c11703f4c5252e76dcf8..859f2279a6cbfe3ba58572b32b8e5472f619ac4e 100644
(file)
--- a/
pgweb/urls.py
+++ b/
pgweb/urls.py
@@
-70,7
+70,7
@@
urlpatterns = patterns('',
(r'^(versions|news|events|weeklynews).rss$', 'django.contrib.syndication.views.feed', {'feed_dict':feeds}),
###
- # Special sect
t
ions
+ # Special sections
###
(r'account/', include('account.urls')),