diff options
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/details.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 5b6d4166..d1e6eee9 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -17,6 +17,7 @@ <ul class="small"> <li><a href="{% bugs_list pkg %}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a></li> <li><a href="{% bug_report pkg %}" title="Report bug for {{ pkg.pkgname }}">Report a Bug</a></li> + <li><a href="{% flag_unfree pkg %}" title="Report {{ pkg.pkgname }} as unfree">Report as unfree</a></li> {% if pkg.flag_date %} <li><span class="flagged">Flagged out-of-date on {{ pkg.flag_date|date }}</span></li> {% with pkg.in_testing as tp %}{% if tp %} |