uncomment comments urls since they are needed for comments on entities
This commit is contained in:
parent
fa8246ab5a
commit
e681cd61ec
|
@ -24,7 +24,7 @@ urlpatterns = patterns('',
|
||||||
(r'^contact/$', 'frontpage.views.contact'),
|
(r'^contact/$', 'frontpage.views.contact'),
|
||||||
(r'^emailer/issue/(?P<issue_no>\d+)/$', 'emailer.views.show_emailer'),
|
(r'^emailer/issue/(?P<issue_no>\d+)/$', 'emailer.views.show_emailer'),
|
||||||
# ('m/(?P<module_slug>.*)', 'insidepages.views.main'),
|
# ('m/(?P<module_slug>.*)', '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')),
|
#url(r'^comments/', include('django_comments_xtd.urls')),
|
||||||
# (r'^ckeditor/', include('ckeditor.urls')),
|
# (r'^ckeditor/', include('ckeditor.urls')),
|
||||||
(r'^robots.txt$', direct_to_template, {'template': 'robots.txt', 'mimetype': 'text/plain'}),
|
(r'^robots.txt$', direct_to_template, {'template': 'robots.txt', 'mimetype': 'text/plain'}),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user