log.url isn't a link
This commit is contained in:
parent
7537f344f8
commit
2804b95c4a
@ -1,6 +1,6 @@
|
||||
<tr{% if log.error %} class="error" {% endif %}>
|
||||
<td>{{log.action}}</td>
|
||||
<td><a href="{{request.script_root}}/tracked/{{log._id}}">{{log.url}}</td>
|
||||
<td>{{log.url}}</td>
|
||||
<td>{{log.timestamp.strftime("%Y-%m-%d %H:%M:%S")}}</td>
|
||||
<td>{% if log.error %}{{log.error}}{% endif %}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user