/usr/share/pyshared/schooltool/dashboard/sections.pt is in python-schooltool 1:2.1.0-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 | <ul style="list-style: disc; left-padding: 2em;"
i18n:domain="schooltool">
<li tal:repeat="section view/getSections">
<a href=""
tal:attributes="href section/url"
tal:content="section/title">
Section A
</a>
</li>
</ul>
|