summaryrefslogtreecommitdiff
path: root/releng
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:31:46 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:31:46 -0400
commit330353f8dc50d5f27470f03f021cde72b056ac0b (patch)
tree5c9be18fa38892bf3968c85c74b1e3d013969827 /releng
parent8833749d9c9b361fcbbd1373e023569dd154b38e (diff)
reduce differences
Diffstat (limited to 'releng')
-rw-r--r--releng/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/views.py b/releng/views.py
index b1c76a4a..ca0a7dd2 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -50,7 +50,7 @@ class TestForm(forms.ModelForm):
success = forms.BooleanField(
help_text="Only check this if everything went fine. "
"If you ran into problems please create a ticket on <a "
- "href=\"https://bugs.archlinux.org/index.php?project=6\">the "
+ "href=\""+settings.BUGTRACKER_RELENG_URL+"\">the "
"bugtracker</a> (or check that one already exists) and link to "
"it in the comments.",
required=False)