soc/views/person.py
changeset 32 670a4571f496
parent 31 8b43c541afa7
child 39 fa3545f99c02
--- a/soc/views/person.py	Wed May 21 16:27:35 2008 +0000
+++ b/soc/views/person.py	Thu May 22 19:36:13 2008 +0000
@@ -42,7 +42,7 @@
     exclude = ['user', ]
 
 
-def profile(request, template='soc/profile.html'):
+def profile(request, template='soc/person/profile.html'):
   """View for a Person to modify the properties of a PersonModel.
 
   Args: