diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-20 00:24:29 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-20 00:24:29 -0400 |
commit | 55b52a92806e4e76b1db17178f323362e3ddfe09 (patch) | |
tree | 3748287d1801abd6d95825225cfac60d67160e4c /templates/packages | |
parent | ae9ee14ff153698dd90c6560437e42ff124a6d0b (diff) |
add MAILMAN_BASE_URL to abstract mailing list links
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 d7b86dde..2b492d45 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -23,7 +23,7 @@ <p>The message box portion of the flag utility is optional, and meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send - an email to the <a href="https://mailman.archlinux.org/mailman/listinfo/arch-general" + an email to the <a href="{{ MAILMAN_BASE_URL }}/listinfo/arch-general" title="Visit the arch-general mailing list">arch-general mailing list</a> with your additional text.</p> diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index 9080f611..e2d67e06 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -24,7 +24,7 @@ <p>The message box portion of the flag utility is optional, and meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send - an email to the <a target="_blank" href="https://mailman.archlinux.org/mailman/listinfo/arch-general" + an email to the <a target="_blank" href="{{ MAILMAN_BASE_URL }}/listinfo/arch-general" title="Visit the arch-general mailing list">arch-general mailing list</a> with your additional text.</p> |