diff gpp/templates/messages/compose_tab.html @ 430:9df368d9775d

Fix bug where messages were never getting replied to.
author Brian Neal <bgneal@gmail.com>
date Thu, 05 May 2011 02:58:44 +0000
parents d0f0800eef0c
children 0d91176cf9b3
line wrap: on
line diff
--- a/gpp/templates/messages/compose_tab.html	Tue May 03 02:56:58 2011 +0000
+++ b/gpp/templates/messages/compose_tab.html	Thu May 05 02:58:44 2011 +0000
@@ -9,7 +9,7 @@
    {% endfor %}
 </ul>
 {% endif %}
-<form action="{% url 'messages-compose' %}" method="post">{% csrf_token %}
+<form action="{% url 'messages-compose' %}" method="post" id="msg_compose_form">{% csrf_token %}
 <table>
 {{ compose_form.as_table }}
 <tr>