summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 15:03:23 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 15:03:23 -0400
commit4ddc952c7720e95a6ec74dcded14cc403585ceab (patch)
tree79e02937f3a55591f44f2416e4d6077267cf7924 /settings.py
parentdfc054126b834df116522993f4a5bbd7837111eb (diff)
introduce BRANDING_SLUG for releng
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 0bdc3162..dda8f74a 100644
--- a/settings.py
+++ b/settings.py
@@ -187,6 +187,7 @@ DOMAIN_RE = r'^(.+\.)?archlinux.org$'
BRANDING_APPNAME = 'archweb'
BRANDING_DISTRONAME = 'Arch Linux'
BRANDING_SHORTNAME = 'Arch'
+BRANDING_SLUG = 'archlinux'
BRANDING_WIKINAME = 'ArchWiki'
BRANDING_EMAIL = 'Arch Website Notification <nobody@archlinux.org>'
BRANDING_OSEARCH_TAGS = 'linux archlinux package software'