summaryrefslogtreecommitdiff
path: root/tbc/templates
diff options
context:
space:
mode:
authorHardik Ghaghada2014-09-12 14:26:02 +0530
committerHardik Ghaghada2014-09-12 14:26:02 +0530
commitc89bc9e8ac738973e11517bc4d12cddfa22e205c (patch)
tree46b0ea35505fa44c9174902773d9a01d7cd21f42 /tbc/templates
parent9e164679671c03383f21cb0a2ccc72c6176dc074 (diff)
parent612c3df884a8415cf793d32f25ddbb7551d6348c (diff)
downloadPython-TBC-Interface-c89bc9e8ac738973e11517bc4d12cddfa22e205c.tar.gz
Python-TBC-Interface-c89bc9e8ac738973e11517bc4d12cddfa22e205c.tar.bz2
Python-TBC-Interface-c89bc9e8ac738973e11517bc4d12cddfa22e205c.zip
Merge pull request #3 from prathamesh920/log_activities_extension
Log activities extension
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>