From 97ca3f7286a533c7a5e7935c034578c06235571a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 14 Dec 2013 11:31:40 -0600 Subject: Add Flyspray Issue to mirror details template Signed-off-by: Dan McGee --- templates/mirrors/mirror_details.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index e1962b8..3770eae 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -53,6 +53,10 @@ 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 }} -- cgit v1.2.3-24-g4f1b