Mercurial > public > sg101
diff gpp/urls.py @ 127:2d299909e074
Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 16 Nov 2009 01:00:28 +0000 |
parents | e356ea79a7a2 |
children | e04d91babfcf |
line wrap: on
line diff
--- a/gpp/urls.py Sat Nov 14 20:30:31 2009 +0000 +++ b/gpp/urls.py Mon Nov 16 01:00:28 2009 +0000 @@ -17,6 +17,7 @@ (r'^calendar/', include('gcalendar.urls')), (r'^comments/', include('comments.urls')), (r'^contact/', include('contact.urls')), + (r'^core/', include('core.urls')), (r'^donations/', include('donations.urls')), (r'^downloads/', include('downloads.urls')), url(r'^feeds/(?P<url>.*)/$',