]> git.parisson.com Git - django-postman.git/commitdiff
Fixed issue #16
authorPatrick Samson <pk.samson@gmail.com>
Tue, 14 Aug 2012 21:59:11 +0000 (23:59 +0200)
committerPatrick Samson <pk.samson@gmail.com>
Tue, 14 Aug 2012 21:59:11 +0000 (23:59 +0200)
postman/templates/postman/view.html

index c1edef4f699c4879b7569a95b61a9d8e64600c87..09f3e6a0fabd54f3dcbd4e0d5329654b8f9236c7 100644 (file)
@@ -17,7 +17,7 @@
 </div>
 {% if forloop.last %}
 <form action="" method="post">{% csrf_token %}
-<input type="hidden" {% if message.thread_id %}name="tpks" value="{{ message.thread_id }}"{% else %}name="pks" value="{{ message.pk }}"{% endif %} />
+<input type="hidden" {% if pm_messages|length > 1 and message.thread_id %}name="tpks" value="{{ message.thread_id }}"{% else %}name="pks" value="{{ message.pk }}"{% endif %} />
 <a href="{{ next_url }}">{% trans "Back" %}</a>
 <span id="pm_buttons">
 <button type="submit" onclick="this.form.action='{% url 'postman_delete' %}?next={{ next_url|urlencode }}'">{% trans "Delete" %}</button>