django parler config fix
This commit is contained in:
parent
5679289329
commit
2536f94058
2 changed files with 6 additions and 5 deletions
|
@ -516,7 +516,7 @@ META_INCLUDE_KEYWORDS = ["ungleich", "hosting", "switzerland",
|
||||||
"Schweiz", "Swiss", "cdist"]
|
"Schweiz", "Swiss", "cdist"]
|
||||||
META_USE_SITES = True
|
META_USE_SITES = True
|
||||||
|
|
||||||
PARLER_LANGUAGES = {1: ({'code': 'en-us'}, {'code': 'de'},)}
|
PARLER_LANGUAGES = {SITE_ID: ({'code': 'en-us'}, {'code': 'de'},)}
|
||||||
AUTH_USER_MODEL = 'membership.CustomUser'
|
AUTH_USER_MODEL = 'membership.CustomUser'
|
||||||
|
|
||||||
# PAYMENT
|
# PAYMENT
|
||||||
|
|
|
@ -235,13 +235,14 @@ fieldset[disabled] .btn-xl.active {
|
||||||
.navbar-default .navbar-nav>.active>a {
|
.navbar-default .navbar-nav>.active>a {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #fed136;
|
background-color: transparent;
|
||||||
|
border-bottom: 2px solid #fed136;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav>.active>a:hover,
|
.navbar-default .navbar-nav>.active>a:hover,
|
||||||
.navbar-default .navbar-nav>.active>a:focus {
|
.navbar-default .navbar-nav>.active>a:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #fec503;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-brand {
|
.navbar-default .navbar-brand {
|
||||||
|
@ -266,7 +267,7 @@ fieldset[disabled] .btn-xl.active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default .navbar-nav>.active>a {
|
.navbar-default .navbar-nav>.active>a {
|
||||||
border-radius: 3px;
|
/* border-radius: 3px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default.navbar-shrink {
|
.navbar-default.navbar-shrink {
|
||||||
|
|
Loading…
Reference in a new issue