From 857bfb4df9cfb56775839def68f05488fdcdd5e1 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 19 Jun 2015 14:21:37 +0530 Subject: site down --- website/urls.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'website/urls.py') diff --git a/website/urls.py b/website/urls.py index d0488a6..fcc3156 100644 --- a/website/urls.py +++ b/website/urls.py @@ -3,8 +3,5 @@ from django.conf.urls import patterns, include, url urlpatterns = patterns('', url(r'^$', 'website.views.home', name='home'), - - # ajax urls - # url(r'^ajax/matching-books/$', 'tbc.views.ajax_matching_books', name='AjaxMatchingBooks'), - + url(r'^contact/', 'website.views.contact', name='contact'), ) -- cgit