From 7a48ca0095019b99593394fdb0ee2f81a25a444b Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Wed, 24 Jun 2015 14:28:48 -0700 Subject: [PATCH] nuke emailer comments form --- .../modules/emailer/emailerissue.html | 26 ------------------- itf/urls.py | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/itf/templates/modules/emailer/emailerissue.html b/itf/templates/modules/emailer/emailerissue.html index ffff58f..b6075d6 100755 --- a/itf/templates/modules/emailer/emailerissue.html +++ b/itf/templates/modules/emailer/emailerissue.html @@ -133,32 +133,6 @@ association of theatre people coming together in the larger interests of theatre {% endifnotequal %} - - {% get_comment_form for issue as form %} - -
- -

- Leave a Response: -

-
- {% csrf_token %} - - - - - - - {{ form }} - - - - -
- -
-
-
diff --git a/itf/urls.py b/itf/urls.py index f67b600..d42ba49 100755 --- a/itf/urls.py +++ b/itf/urls.py @@ -25,7 +25,7 @@ urlpatterns = patterns('', (r'^emailer/issue/(?P\d+)/$', 'emailer.views.show_emailer'), # ('m/(?P.*)', 'insidepages.views.main'), #(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'^robots.txt$', direct_to_template, {'template': 'robots.txt', 'mimetype': 'text/plain'}), # (r'^erang/', include('erang_organised.urls')),