diff --git a/oyster/templates/log_row.html b/oyster/templates/log_row.html index e9bef4b..f97d4f1 100644 --- a/oyster/templates/log_row.html +++ b/oyster/templates/log_row.html @@ -1,6 +1,6 @@ {{log.action}} - {{log.url}} + {{log.url}} {{log.timestamp.strftime("%Y-%m-%d %H:%M:%S")}} {% if log.error %}{{log.error}}{% endif %}