diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-04-14 10:31:55 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-04-14 10:31:55 +0200 |
commit | d2b83735a4810cec7bf7c0dd6fb521498f104435 (patch) | |
tree | 34c734fe9d58ba9abfb41506436076cd9897385d | |
parent | f709bbc54955d011ad0d5a2ef6cad720a4ec8339 (diff) | |
download | debian-dedup-d2b83735a4810cec7bf7c0dd6fb521498f104435.tar.gz |
webapp: added some useful notes
-rwxr-xr-x | webapp.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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): |