Mercurial > public > sg101
diff gpp/bio/urls.py @ 138:7ea842744a57
Ticket #15, add a way to report user profiles.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2009 21:55:32 +0000 |
parents | 74f04122295e |
children | ab7830b067b3 |
line wrap: on
line diff
--- a/gpp/bio/urls.py Fri Nov 27 04:11:12 2009 +0000 +++ b/gpp/bio/urls.py Fri Nov 27 21:55:32 2009 +0000 @@ -10,6 +10,7 @@ url(r'^edit/$', 'edit_profile', name='bio-edit_profile'), url(r'^edit/elsewhere/$', 'edit_elsewhere', name='bio-edit_elsewhere'), url(r'^avatar/$', 'change_avatar', name='bio-change_avatar'), + url(r'^flag/(\d+)/$', 'flag_profile', name='bio-flag_profile'), ) urlpatterns += patterns('django.views.generic.simple', @@ -19,5 +20,3 @@ name='bio-members'), ) - -# vim: ts=4 sw=4