This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/intervention/browser/templates/no_current_term.pt is in python-schooltool.intervention 2.7.1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<html metal:use-macro="context/@@standard_macros/page"
      i18n:domain="schooltool.intervention">
<head>
  <title metal:fill-slot="title" i18n:translate="">
    No Current Term
  </title>
</head>
<body>
<div metal:fill-slot="body">
  <h1 i18n:translate="">
    The operation you attempted cannot be completed because there are
    currently no terms set up in your SchoolTool instance. Please have
    a user with administration access set up at least one term and try
    the operation again.
  </h1>
</div>
</body>
</html>