From 2804b95c4ad7783ac8b3d2a6691fa275ed25329c Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 10 May 2012 00:46:03 -0400 Subject: [PATCH] log.url isn't a link --- oyster/templates/log_row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}