summaryrefslogtreecommitdiff
path: root/base_urls.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-04-05 10:38:52 -0400
committerluxagraf <sng@luxagraf.net>2011-04-05 10:38:52 -0400
commit8e2e31965126bee7992d26428d42c1631d29786f (patch)
tree2ed3fc9b9898e9c381fe5c03cd04996b62d06c11 /base_urls.py
parent79101240da1e0331c00e7b616a7a32b55d81e5cc (diff)
fixed image sprties, updated photo gallery codeand changed contact/about pages
Diffstat (limited to 'base_urls.py')
-rw-r--r--base_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base_urls.py b/base_urls.py
index 24acc93..67ebd86 100644
--- a/base_urls.py
+++ b/base_urls.py
@@ -48,7 +48,7 @@ urlpatterns += patterns('',
(r'^feeds/(?P<url>.*)/$', 'django.contrib.syndication.views.feed', {'feed_dict': feeds}),
(r'^robots.txt$', direct_to_template, {'template': 'archives/robots.html'}),
(r'^googleb11655cd59dacf3c.html$', direct_to_template, {'template': 'static/gverify.html'}),
- (r'^contact/', include('contact_form.urls')),
+ (r'^contact/', direct_to_template, {'template': 'details/contact.html'}),
(r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}),
(r'^writing/', include('blog.urls')),
(r'^projects/', include('projects.urls')),