Author: jtauber
Date: Wed Sep 10 16:59:44 2008
New Revision: 860
Modified:
trunk/pinax/local_apps/about/urls.py
Log:
argh, mistyped DMCA
Modified: trunk/pinax/local_apps/about/urls.py
==============================================================================
--- trunk/pinax/local_apps/about/urls.py (original)
+++ trunk/pinax/local_apps/about/urls.py Wed Sep 10 16:59:44 2008
@@ -6,7 +6,7 @@
url(r'^terms/$', direct_to_template, {"template": "about/terms.html"},
name="terms"),
url(r'^privacy/$', direct_to_template,
{"template": "about/privacy.html"}, name="privacy"),
- url(r'^dcma/$', direct_to_template, {"template": "about/dcma.html"},
name="dcma"),
+ 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"),
)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---