diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 10:10:08 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 10:10:08 -0400 |
commit | b4cf5bbafdda1b8f8fb4f51e6c961ffbbfe992d1 (patch) | |
tree | eb8731a6c56a1c8766d5b6bc3e75ce90cc998db3 /packages/views/flag.py | |
parent | db0519771d3a3a977439f905c281274630e0f607 (diff) |
Pull references to Arch Linux in code into BRANDING_ variables in settings
This does not include templates
Diffstat (limited to 'packages/views/flag.py')
-rw-r--r-- | packages/views/flag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/views/flag.py b/packages/views/flag.py index 0d2f9009..760bdd94 100644 --- a/packages/views/flag.py +++ b/packages/views/flag.py @@ -98,7 +98,7 @@ def flag(request, name, repo, arch): }) send_mail(subject, tmpl.render(ctx), - 'Arch Website Notification <nobody@archlinux.org>', + settings.BRANDING_EMAIL, toemail, fail_silently=True) |