Discussion:
[SCM] UNNAMED PROJECT branch, master, updated. 9077f3476be07905bb1ce697b8ffb5364bf7b734
Michal Cihar
2012-04-02 08:52:44 UTC
Permalink
The following commit has been merged in the master branch:
commit 9077f3476be07905bb1ce697b8ffb5364bf7b734
Author: Michal Čihař <***@cihar.com>
Date: Mon Apr 2 10:52:28 2012 +0200

Fix typo

diff --git a/urls.py b/urls.py
index a12458e..9feb1fb 100644
--- a/urls.py
+++ b/urls.py
@@ -129,7 +129,7 @@ urlpatterns = patterns('',

# RSS feeds
(r'^news/rss/$', RssNewsFeed),
- (r'^news/atom': AtomNewsFeed),
+ (r'^news/atom/$', AtomNewsFeed),
}

# News
--
UNNAMED PROJECT
Loading...