Mercurial > public > sg101
diff gpp/bio/urls.py @ 29:74f04122295e
Initial integration of django-elsewhere.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 May 2009 20:14:04 +0000 |
parents | dbd703f7d63a |
children | 7ea842744a57 |
line wrap: on
line diff
--- a/gpp/bio/urls.py Wed Apr 22 00:34:42 2009 +0000 +++ b/gpp/bio/urls.py Sun May 03 20:14:04 2009 +0000 @@ -8,6 +8,7 @@ url(r'^me/$', 'my_profile', name='bio-me'), url(r'^view/(?P<username>\w{1,30})/$', 'view_profile', name='bio-view_profile'), 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'), )