mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Fix typo
This commit is contained in:
@ -70,7 +70,7 @@ urlpatterns = patterns('',
|
||||
(r'^(versions|news|events|weeklynews).rss$', 'django.contrib.syndication.views.feed', {'feed_dict':feeds}),
|
||||
|
||||
###
|
||||
# Special secttions
|
||||
# Special sections
|
||||
###
|
||||
(r'account/', include('account.urls')),
|
||||
|
||||
|
Reference in New Issue
Block a user