summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 23:43:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 23:43:42 -0400
commit94f972bb892dbf9a86f089f1872ae6d849c0cd0e (patch)
tree2a3480a33a6039b75609db8c236dc6754b7b46c0 /settings.py
parent39ae185aed362c9081cb8832e90cd2fe08ff3900 (diff)
use a BRANDING_OSEARCH_TAGS for templates/packages/opensearch.xml
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index de8afe66..7dfe7195 100644
--- a/settings.py
+++ b/settings.py
@@ -148,7 +148,7 @@ BRANDING_DISTRONAME = 'Parabola GNU/Linux-libre'
BRANDING_SHORTNAME = 'Parabola'
BRANDING_WIKINAME = 'ParabolaWiki'
BRANDING_EMAIL = 'Parabola Website Notification <nobody@parabolagnulinux.org>'
-
+BRANDING_OSEARCH_TAGS = 'gnu linuxlibre parabola package software'
## Import local settings
from local_settings import *