summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-04-10 16:45:51 -0500
committerSol Jerome <solj@ices.utexas.edu>2010-04-10 16:45:51 -0500
commit37b8717f178aa7b4037d9607ef567a7c85014fc9 (patch)
tree0e38bf43770f1187d726c220a066de5ebcdf5bf7
parent1999c74bba44c20c37c70d93245e02305a44652a (diff)
downloadbcfg2-37b8717f178aa7b4037d9607ef567a7c85014fc9.tar.gz
bcfg2-37b8717f178aa7b4037d9607ef567a7c85014fc9.tar.bz2
bcfg2-37b8717f178aa7b4037d9607ef567a7c85014fc9.zip
Hostbase/settings.py: Reset language default back to en-us
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
-rw-r--r--src/lib/Server/Hostbase/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/settings.py b/src/lib/Server/Hostbase/settings.py
index 7d5cc6dce..dadf98d24 100644
--- a/src/lib/Server/Hostbase/settings.py
+++ b/src/lib/Server/Hostbase/settings.py
@@ -74,7 +74,7 @@ SERVE_MEDIA = DEBUG
# Language code for this installation. All choices can be found here:
# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
# http://blogs.law.harvard.edu/tech/stories/storyReader$15
-LANGUAGE_CODE = 'es'
+LANGUAGE_CODE = 'en-us'
SITE_ID = 1
# URL that handles the media served from MEDIA_ROOT.
# Example: "http://media.lawrence.com"