summaryrefslogtreecommitdiff
path: root/webapp.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-04-14 10:31:55 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-04-14 10:31:55 +0200
commitd2b83735a4810cec7bf7c0dd6fb521498f104435 (patch)
tree34c734fe9d58ba9abfb41506436076cd9897385d /webapp.py
parentf709bbc54955d011ad0d5a2ef6cad720a4ec8339 (diff)
downloaddebian-dedup-d2b83735a4810cec7bf7c0dd6fb521498f104435.tar.gz
webapp: added some useful notes
Diffstat (limited to 'webapp.py')
-rwxr-xr-xwebapp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp.py b/webapp.py
index 4ae9af5..3818582 100755
--- a/webapp.py
+++ b/webapp.py
@@ -65,6 +65,7 @@ package_template = jinjaenv.from_string(
{%- endfor -%}
</table>
{%- endfor -%}
+<p>Note: Packages with yellow background are required to be installed when this package is installed.</p>
{%- endif -%}
{% endblock %}""")
@@ -158,6 +159,7 @@ source_template = jinjaenv.from_string(
</td></tr>
{% endfor %}
</table>
+<p>Note: Not all sharing listed here. Click on binary packages with non-zero savable to see more.</p>
{% endblock %}""")
def encode_and_buffer(iterator):