Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
429:d0f0800eef0c | 430:9df368d9775d |
---|---|
7 {% for msg in messages %} | 7 {% for msg in messages %} |
8 <li{% if msg.tags %} class="{{ msg.tags }}"{% endif %}>{{ msg }}</li> | 8 <li{% if msg.tags %} class="{{ msg.tags }}"{% endif %}>{{ msg }}</li> |
9 {% endfor %} | 9 {% endfor %} |
10 </ul> | 10 </ul> |
11 {% endif %} | 11 {% endif %} |
12 <form action="{% url 'messages-compose' %}" method="post">{% csrf_token %} | 12 <form action="{% url 'messages-compose' %}" method="post" id="msg_compose_form">{% csrf_token %} |
13 <table> | 13 <table> |
14 {{ compose_form.as_table }} | 14 {{ compose_form.as_table }} |
15 <tr> | 15 <tr> |
16 <td> </td> | 16 <td> </td> |
17 <td> | 17 <td> |