summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2014-10-05 13:58:04 +0200
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-10 01:08:39 -0500
commitc49d0290c009b2dd89bd23acf81d5150ae7b94a3 (patch)
tree9c6aadc17d449ec82759c7788a9a5d8c6f2a5928
parent11f1f4c6f19c5f9c1dfe233e9ff21b2c3c47d64d (diff)
Don't show mirror Flyspray issue: we don't use it.
-rw-r--r--templates/mirrors/mirror_details.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html
index 5fe1c585..3220195d 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>