diff gpp/urls.py @ 42:48b221d304c6

Removed old legal application urls from main urls file. (Forgot to do this in last commit.) Added flatpages support. Added some links on the base template.
author Brian Neal <bgneal@gmail.com>
date Fri, 12 Jun 2009 02:37:28 +0000
parents f77a1cdd7a46
children e356ea79a7a2
line wrap: on
line diff
--- a/gpp/urls.py	Fri Jun 12 01:35:13 2009 +0000
+++ b/gpp/urls.py	Fri Jun 12 02:37:28 2009 +0000
@@ -24,7 +24,6 @@
       {'feed_dict': feeds },
       'feeds-news'),
    (r'^irc/', include('irc.urls')),
-   (r'^legal/', include('legal.urls')),
    (r'^links/', include('weblinks.urls')),
    (r'^member_map/', include('membermap.urls')),
    (r'^messages/', include('messages.urls')),