Author: jtauber
Date: Sat Sep 20 10:02:55 2008
New Revision: 907

Modified:
    trunk/core_apps/friends_app/urls.py

Log:
named invitations url conf

Modified: trunk/core_apps/friends_app/urls.py
==============================================================================
--- trunk/core_apps/friends_app/urls.py (original)
+++ trunk/core_apps/friends_app/urls.py Sat Sep 20 10:02:55 2008
@@ -1,7 +1,7 @@
  from django.conf.urls.defaults import *

  urlpatterns = patterns('',
-    url(r'^$', 'friends_app.views.friends'),
+    url(r'^$', 'friends_app.views.friends', name="invitations"),
      url(r'^contacts/$', 'friends_app.views.contacts'),
      url(r'^accept/(\w+)/$', 'friends_app.views.accept_join',  
name='friends_accept_join'),
  )

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to