fixes
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 5 Dec 2013 15:06:23 +0000 (16:06 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 5 Dec 2013 15:06:23 +0000 (16:06 +0100)
src/copyspeak/settings/locale.py
src/copyspeak/static/css/base.scss
src/copyspeak/templates/base.html

index d77583d..f25a249 100644 (file)
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
 
 LANGUAGES = (
-    ('pl', u'polski'),
-#    ('en', u'English'),
+    ('en', u'English'),
+#    ('pl', u'polski'),
 )
 
 # Local time zone for this installation. Choices can be found here:
@@ -16,15 +16,15 @@ TIME_ZONE = None
 
 # Language code for this installation. All choices can be found here:
 # http://www.i18nguy.com/unicode/language-identifiers.html
-LANGUAGE_CODE = 'pl'
+LANGUAGE_CODE = 'en'
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
-USE_I18N = True
+USE_I18N = False
 
 # If you set this to False, Django will not format dates, numbers and
 # calendars according to the current locale.
-USE_L10N = True
+USE_L10N = False
 
 # If you set this to False, Django will not use timezone-aware datetimes.
 USE_TZ = True
index 9c61d81..2d7c0da 100644 (file)
@@ -88,6 +88,8 @@ h1.main {
     }
 }
 
+
+
 .three-container {
     @extend .card-container;
     font-size: 4vw;
index 5233101..e826af2 100644 (file)
@@ -24,7 +24,7 @@
         <meta property='og:description' content='{% block og_description %}{% endblock %}' />
         <meta property='og:type' content='{% block og_type %}website{% endblock %}' />
         <meta property='og:image' content='{% block og_image %}{% endblock %}' />
-        <meta property='og:locale' content='pl_PL' />
+        <meta property='og:locale' content='en_US' />
     </head>
     <body>
         <header>
@@ -46,8 +46,7 @@
         <footer>
             {% chunk 'footer' %}
         </footer>
-    <!--script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js" charset="utf-8"></script-->
-    {% compressed_js 'base' %}
+    {#% compressed_js 'base' %#}
     {% tracking_code %}
     </body>
 </html>