diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 01:01:35 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-21 01:01:35 -0400 |
commit | 753784954794259c6a674a7b33e8b1e0105f55d1 (patch) | |
tree | a2354d1530bbb20f857f70333b9005a96b3b2f1c /templates/packages | |
parent | f9fb5909bbcb5f5ff727a2d8f0081a4185138414 (diff) |
add BUGTRACKER_URL
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/flag.html | 2 | ||||
-rw-r--r-- | templates/packages/flaghelp.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index 6cd5bedf..063e1d1e 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -29,7 +29,7 @@ <p><strong>Note:</strong> Do <em>not</em> use this facility if the package is broken! The package will be unflagged and the report will be ignored! - <a href="https://bugs.archlinux.org/" title="{{ BRANDING_DISTRONAME }} Bugtracker">Use the + <a href="{{ BUGTRACKER_URL }}" title="{{ BRANDING_DISTRONAME }} Bugtracker">Use the bugtracker to file a bug</a> instead.</p> <p>Please confirm your flag request for {{package.pkgname}}:</p> diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index 01534d8f..fddc1bda 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -29,7 +29,7 @@ with your additional text.</p> <p><strong>Note:</strong> Please do <em>not</em> use this facility if the - package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org" + package is broken! Use the <a target="_blank" href="{{ BUGTRACKER_URL }}" title="{{ BRANDING_DISTRONAME }} Bugtracker">bugtracker</a> instead.</p> </body> |