summaryrefslogtreecommitdiff
path: root/tbc/templates
diff options
context:
space:
mode:
authorprathamesh2014-09-12 12:45:53 +0530
committerprathamesh2014-09-12 12:45:53 +0530
commitae98173c413c40e68df3d538dd27e7f3f6c43503 (patch)
treeed650f44cda4ce4111490db5c8184b82bcf04891 /tbc/templates
parent41bc272db70241672f9f7e11f28818c5f0492ee0 (diff)
downloadPython-TBC-Interface-ae98173c413c40e68df3d538dd27e7f3f6c43503.tar.gz
Python-TBC-Interface-ae98173c413c40e68df3d538dd27e7f3f6c43503.tar.bz2
Python-TBC-Interface-ae98173c413c40e68df3d538dd27e7f3f6c43503.zip
Activity log extended.
Activity log extended to log email messages between the reviewer and user.
Diffstat (limited to 'tbc/templates')
-rw-r--r--tbc/templates/tbc/book-review-details.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbc/templates/tbc/book-review-details.html b/tbc/templates/tbc/book-review-details.html
index ec90cd0..7e52c26 100644
--- a/tbc/templates/tbc/book-review-details.html
+++ b/tbc/templates/tbc/book-review-details.html
@@ -45,12 +45,14 @@
<th>User</th>
<th>Time</th>
<th>Activity</th>
+ <th class="span6">Conversation</th>
</tr>
{% for log in logs %}
<tr>
<td> {{ log.user }} </td>
<td> {{ log.action_time }} </td>
<td> {{ log.change_message }} </td>
+ <td> {{ log.conversation|linebreaksbr }} </td>
</tr>
{% endfor %}
<table>