From ed7a8df3552156e2ae13865f03f7c2c2e6109785 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 20 Jan 2016 02:22:13 -0600 Subject: [PATCH] Tweak display a bit. --- templates/index.mako | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/index.mako b/templates/index.mako index 5aed91d..f93f1a7 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -215,14 +215,12 @@
Turnitin Results
% if query.turnitin_result.reports: -

Turnitin (through EranBot) found revisions that may have been plagiarized. Please review them.

- % for report in turnitin_result.reports: - % endfor
Turnitin report ${report.reportid} for text added at ${report.time_posted}: +
Report ${report.reportid} for text added at ${report.time_posted.strftime("%H:%M, %d %B %Y (UTC)")}:
    % for source in report.sources: -
  • ${source['percent']}% of revision text (${source['words']} words) found at ${source['url']}
  • +
  • ${source['percent']}% of revision text (${source['words']} words) found at ${source['url'] | h}
  • % endfor