summaryrefslogtreecommitdiff
path: root/main/templatetags/bugs.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/templatetags/bugs.py')
-rw-r--r--main/templatetags/bugs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/templatetags/bugs.py b/main/templatetags/bugs.py
index b548859a..7e00ce57 100644
--- a/main/templatetags/bugs.py
+++ b/main/templatetags/bugs.py
@@ -3,4 +3,5 @@ register = template.Library()
@register.simple_tag
def bug_link(bugid):
+ # FIXME: this needs rebranded, but I'm not sure it gets called anywhere
return "<a href=\"https://bugs.archlinux.org/task/{0}\">FS#{0}</a>".format(bugid)