Author: jtauber
Date: Wed Sep 10 16:35:48 2008
New Revision: 859

Modified:
    trunk/pinax/local_apps/about/urls.py

Log:
added url for dcma info

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:35:48 2008
@@ -6,6 +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'^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
-~----------~----~----~----~------~----~------~--~---

Reply via email to