diff options
author | Frederick Yin <fkfd@fkfd.me> | 2021-10-28 23:37:45 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2021-10-28 23:37:45 +0800 |
commit | 2c6f41f6f27c88fb26f0c54f14156ac9c7466f0f (patch) | |
tree | 7c741cef271903f9268ee0059884f96993630f1f /jimbrella/templates/admin | |
parent | f6f23314955e13015db7f3e80b48d0fd2458990d (diff) |
Stylize /admin/logs
Diffstat (limited to 'jimbrella/templates/admin')
-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> |