aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ctrack/organisations/templates/organisations/organisation_detail.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html
index 5cf96f1..b3775ab 100644
--- a/ctrack/organisations/templates/organisations/organisation_detail.html
+++ b/ctrack/organisations/templates/organisations/organisation_detail.html
@@ -188,7 +188,10 @@
</ul>
</td>
<td>
- {{ caf.comments }}
+ <ul class="list-group">
+ <li class="list-group-item">
+ {{ caf.comments }}</li>
+ </ul>
</td>
</tr>
{% endfor %}