apps/proto/urls.py
changeset 33 616855b101b5
parent 31 8b43c541afa7
--- a/apps/proto/urls.py	Thu May 22 19:36:13 2008 +0000
+++ b/apps/proto/urls.py	Thu May 22 19:37:38 2008 +0000
@@ -23,5 +23,5 @@
 urlpatterns = patterns(
     '',
     (r'^person/profile/$', 'soc.views.person.profile',
-     {'template': 'proto/profile.html'}),
+     {'template': 'proto/person/profile.html'}),
 )