apps/proto/urls.py
changeset 33 616855b101b5
parent 31 8b43c541afa7
equal deleted inserted replaced
32:670a4571f496 33:616855b101b5
    21 
    21 
    22 
    22 
    23 urlpatterns = patterns(
    23 urlpatterns = patterns(
    24     '',
    24     '',
    25     (r'^person/profile/$', 'soc.views.person.profile',
    25     (r'^person/profile/$', 'soc.views.person.profile',
    26      {'template': 'proto/profile.html'}),
    26      {'template': 'proto/person/profile.html'}),
    27 )
    27 )