diff options
Diffstat (limited to 'jimbrella/templates/admin/logs.html')
-rw-r--r-- | jimbrella/templates/admin/logs.html | 2 |
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> |