From: Radek Czajka Date: Thu, 5 Dec 2013 15:06:23 +0000 (+0100) Subject: fixes X-Git-Url: https://git.mdrn.pl/copyspeak.git/commitdiff_plain/efd44fc89d59c846176ce7073b512fbe947505d9 fixes --- diff --git a/src/copyspeak/settings/locale.py b/src/copyspeak/settings/locale.py index d77583d..f25a249 100644 --- a/src/copyspeak/settings/locale.py +++ b/src/copyspeak/settings/locale.py @@ -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 diff --git a/src/copyspeak/static/css/base.scss b/src/copyspeak/static/css/base.scss index 9c61d81..2d7c0da 100644 --- a/src/copyspeak/static/css/base.scss +++ b/src/copyspeak/static/css/base.scss @@ -88,6 +88,8 @@ h1.main { } } + + .three-container { @extend .card-container; font-size: 4vw; diff --git a/src/copyspeak/templates/base.html b/src/copyspeak/templates/base.html index 5233101..e826af2 100644 --- a/src/copyspeak/templates/base.html +++ b/src/copyspeak/templates/base.html @@ -24,7 +24,7 @@ - +
@@ -46,8 +46,7 @@
{% chunk 'footer' %}
- - {% compressed_js 'base' %} + {#% compressed_js 'base' %#} {% tracking_code %}