From e681cd61ec7d1f49f03e835d91f57d8f96c28e15 Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Sat, 1 Aug 2015 14:28:35 +0530 Subject: [PATCH] uncomment comments urls since they are needed for comments on entities --- itf/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/urls.py b/itf/urls.py index d42ba49..90887e1 100755 --- a/itf/urls.py +++ b/itf/urls.py @@ -24,7 +24,7 @@ urlpatterns = patterns('', (r'^contact/$', 'frontpage.views.contact'), (r'^emailer/issue/(?P\d+)/$', 'emailer.views.show_emailer'), # ('m/(?P.*)', 'insidepages.views.main'), - #(r'^comments/', include('django.contrib.comments.urls')), + (r'^comments/', include('django.contrib.comments.urls')), #url(r'^comments/', include('django_comments_xtd.urls')), # (r'^ckeditor/', include('ckeditor.urls')), (r'^robots.txt$', direct_to_template, {'template': 'robots.txt', 'mimetype': 'text/plain'}),