summaryrefslogtreecommitdiff
path: root/jimbrella/templates
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/templates')
-rw-r--r--jimbrella/templates/admin/logs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jimbrella/templates/admin/logs.html b/jimbrella/templates/admin/logs.html
index 6f0ed71..2d3bcb5 100644
--- a/jimbrella/templates/admin/logs.html
+++ b/jimbrella/templates/admin/logs.html
@@ -20,7 +20,7 @@
</thead>
<tbody>
{% for log in logs %}
- <tr class="{{ log.event }}">
+ <tr class="{{ log.event|lower }}">
<td>{{ log.date_str }}</td>
<td>{{ log.description }}</td>
<td>{{ log.note }}</td>