diff options
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> |