diff --git a/lms/templates/tracking_log.html b/lms/templates/tracking_log.html new file mode 100644 index 0000000000..66d375c2f3 --- /dev/null +++ b/lms/templates/tracking_log.html @@ -0,0 +1,14 @@ + +
| datetime | username | ipaddr | source | type |
|---|---|---|---|---|
| ${rec.time} | +${rec.username} | +${rec.ip} | +${rec.event_source} | +${rec.event_type} | +