Author: alex.gaynor
Date: Sat Oct 4 15:11:29 2008
New Revision: 1015
Modified:
trunk/apps/core_apps/about/urls.py
Log:
fixed a misnamed url
Modified: trunk/apps/core_apps/about/urls.py
==============================================================================
--- trunk/apps/core_apps/about/urls.py (original)
+++ trunk/apps/core_apps/about/urls.py Sat Oct 4 15:11:29 2008
@@ -8,5 +8,5 @@
url(r'^privacy/$', direct_to_template,
{"template": "about/privacy.html"}, name="privacy"),
url(r'^dmca/$', direct_to_template, {"template": "about/dmca.html"},
name="dmca"),
- url(r'^what_next/$', direct_to_template,
{"template": "about/what_next.html"}, name="what_next"),
+ url(r'^what_next/$', direct_to_template,
{"template": "about/what_next.html"}, name="whats_next"),
)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---