diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-10-05 13:58:04 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-10-05 13:58:04 +0200 |
commit | f18a6c809f45e71175ced6050d7e57bf4e7e89ba (patch) | |
tree | 4c94503303326f872f03e5d63d618911738af3fe /templates | |
parent | c60b846bffb0d48cf1dcf708a278e3d0e924d324 (diff) |
Don't show mirror Flyspray issue: we don't use it.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mirrors/mirror_details.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index bd302d61..ffaacfe6 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -63,10 +63,6 @@ <td>{% if mirror.alternate_email %}<a href="mailto:{{ mirror.alternate_email }}">{{ mirror.alternate_email }}</a>{% else %}None{% endif %}</td> </tr> <tr> - <th>Flyspray Issue:</th> - <td>{% if mirror.bug %}{% bug_link mirror.bug %}{% endif %}</td> - </tr> - <tr> <th>Notes:</th> <td class="wrap">{{ mirror.notes|linebreaks }}</td> </tr> |