diff -r 8b43c541afa7 -r 670a4571f496 soc/views/person.py --- 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: