summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-02 10:59:05 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-02 10:59:05 -0500
commit7ccaa7be630e50ce40182d168d41c2f333005443 (patch)
treee970e305677f4c16d715aab2a773ca5a4cf8f02d /main
parentfba3386be5bc177ea874157e69bee113ac64cea6 (diff)
parent747a562ddca10e29dd003e8b3c59f8f384d1bc8d (diff)
Merge branch 'archweb-generic' into master-nomake
Diffstat (limited to 'main')
-rw-r--r--main/templatetags/bugs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/templatetags/bugs.py b/main/templatetags/bugs.py
index d5764435..b548859a 100644
--- a/main/templatetags/bugs.py
+++ b/main/templatetags/bugs.py
@@ -3,4 +3,4 @@ register = template.Library()
@register.simple_tag
def bug_link(bugid):
- return "<a href=\"https://bugs.archlinux.org/task/"+bugid+"\">FS#"+bugid+"</a>"
+ return "<a href=\"https://bugs.archlinux.org/task/{0}\">FS#{0}</a>".format(bugid)