]> git.donarmstrong.com Git - debbugs.git/commitdiff
hardcode bugspam link for the time being; the handling of cgi domains needs to be...
authorDon Armstrong <don@donarmstrong.com>
Fri, 7 Feb 2014 20:19:22 +0000 (12:19 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 1 Apr 2023 05:54:24 +0000 (22:54 -0700)
templates/en_US/cgi/bugreport.tmpl

index 83b0f146d76e46b5b6d83df36aadf60b91bea144..dd8fa399a1b3f9da727e1eab718a47f7d9ad4c72 100644 (file)
@@ -44,7 +44,7 @@ function toggle_infmessages()
 }
 {$log}
 <hr>
-<p class="msgreceived">Send a report that <a href="http://{$config{cgi_domain}}/bugspam.cgi?bug={$bug_num}">this bug log contains spam</a>.</p>
+<p class="msgreceived">Send a report that <a href="https://bugs.debian.org/cgi-bin/bugspam.cgi?bug={$bug_num}">this bug log contains spam</a>.</p>
 <hr>
 {include(q(html/html_tail))}
 </body>