nuke emailer comments form
This commit is contained in:
parent
5675eb8cc7
commit
7a48ca0095
|
@ -133,32 +133,6 @@ association of theatre people coming together in the larger interests of theatre
|
||||||
</div>
|
</div>
|
||||||
{% endifnotequal %}
|
{% endifnotequal %}
|
||||||
|
|
||||||
|
|
||||||
{% get_comment_form for issue as form %}
|
|
||||||
|
|
||||||
<div id="comment_form">
|
|
||||||
<a name="comments"></a>
|
|
||||||
<h4 class="formHeader">
|
|
||||||
Leave a Response:
|
|
||||||
</h4>
|
|
||||||
<form action="{% comment_form_target %}" method="POST">
|
|
||||||
{% csrf_token %}
|
|
||||||
<input type="hidden" name="next" value="{{ issue.get_absolute_url }}" />
|
|
||||||
<table id="form_table">
|
|
||||||
<tr class="leave_response">
|
|
||||||
<th></th>
|
|
||||||
<td>
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
{{ form }}
|
|
||||||
<tr>
|
|
||||||
<th></th>
|
|
||||||
<td><input type="submit" name="post" class="submit-post" value="Post"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ urlpatterns = patterns('',
|
||||||
(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'}),
|
||||||
# (r'^erang/', include('erang_organised.urls')),
|
# (r'^erang/', include('erang_organised.urls')),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user