diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 23:41:37 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 23:41:37 -0400 |
commit | 39ae185aed362c9081cb8832e90cd2fe08ff3900 (patch) | |
tree | e52a1287e4cb6df556f46ee1ebc2fce276e082cc /releng | |
parent | d895f2f04bbe1002e6f177671c3c50970b6d2bac (diff) |
Use a BUGTRACKER_RELENG_URL for releng/views.py
Diffstat (limited to 'releng')
-rw-r--r-- | releng/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/views.py b/releng/views.py index 33e8fb31..5f20c203 100644 --- a/releng/views.py +++ b/releng/views.py @@ -42,7 +42,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=\"//bugs.parabolagnulinux.org/\">the " \ + "href=\""+settings.BUGTRACKER_RELENG_URL+"\">the " \ "bugtracker</a> (or check that one already exists) and link to " \ "it in the comments.", required=False) |