diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index e1962b85..3770eae5 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -53,6 +53,10 @@

Mirror Details: {{ mirror.name }}

Alternate Email: {% if mirror.alternate_email %}{{ mirror.alternate_email }}{% else %}None{% endif %} + + Flyspray Issue: + {% if mirror.bug %}FS#{{ mirror.bug }}{% endif %} + Notes: {{ mirror.notes|linebreaks }}