diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-26 17:40:15 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-26 17:40:15 -0300 |
commit | eb213526f53de045defa262c541e24a7e6fd14e6 (patch) | |
tree | d8e15932a4f1a0d79ce347d44fa6585bf9946248 /packages/urls.py | |
parent | a223ec4b71fd7505b206f6b3531cd25a6469ea9f (diff) | |
parent | 7d043be0b3d090d2f675af5b86856693aa73e787 (diff) |
Merge branch 'master' of git://projects.archlinux.org/archweb
Diffstat (limited to 'packages/urls.py')
-rw-r--r-- | packages/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/urls.py b/packages/urls.py index c9006a12..b7ce5c74 100644 --- a/packages/urls.py +++ b/packages/urls.py @@ -6,6 +6,7 @@ package_patterns = patterns('packages.views', (r'^maintainer/$', 'getmaintainer'), (r'^flag/$', 'flag'), (r'^unflag/$', 'unflag'), + (r'^unflag/all/$', 'unflag_all'), (r'^download/$', 'download'), ) |