typo in urls
This commit is contained in:
parent
0c48ecaded
commit
19d580c296
|
@ -65,7 +65,7 @@ urlpatterns = patterns('',
|
|||
(r'^invitation/invite/$', 'itfprofiles.views.friend_invite'),
|
||||
(r'^contact/person/$', 'itfprofiles.views.contact_person'),
|
||||
(r'^contact/group/$', 'itfprofiles.views.contact_group'),
|
||||
(r'^contact/event/$', 'events.views.contact_event'),
|
||||
(r'^contact/event/$', 'events.views.contact_person'),
|
||||
)
|
||||
|
||||
# (r'^ajax_filtered_fields/', include('ajax_filtered_fields.urls')),
|
||||
|
|
Loading…
Reference in New Issue
Block a user