From 747a562ddca10e29dd003e8b3c59f8f384d1bc8d Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Thu, 2 Jan 2014 10:58:50 -0500
Subject: fix the bug_link template tag

---
 templates/mirrors/mirror_details.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'templates')

diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html
index b75c5316..2ae89880 100644
--- a/templates/mirrors/mirror_details.html
+++ b/templates/mirrors/mirror_details.html
@@ -4,6 +4,7 @@
 {% load mirror_status %}
 {% load flags %}
 {% load admin_urls %}
+{% load bugs %}
 
 {% block title %}{{ BRANDING_DISTRONAME }} - {{ mirror.name }} - Mirror Details{% endblock %}
 
-- 
cgit v1.2.3-2-g168b