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 @@ + +

Tracking Log

+ +% for rec in records: + + + + + + + +% endfor +
datetimeusernameipaddrsourcetype
${rec.time}${rec.username}${rec.ip}${rec.event_source}${rec.event_type}
+ \ No newline at end of file