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"]
|
||||
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'
|
||||
|
||||
# PAYMENT
|
||||
|
|
|
@ -235,13 +235,14 @@ fieldset[disabled] .btn-xl.active {
|
|||
.navbar-default .navbar-nav>.active>a {
|
||||
border-radius: 0;
|
||||
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:focus {
|
||||
color: #fff;
|
||||
background-color: #fec503;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-brand {
|
||||
|
@ -266,8 +267,8 @@ fieldset[disabled] .btn-xl.active {
|
|||
}
|
||||
|
||||
.navbar-default .navbar-nav>.active>a {
|
||||
border-radius: 3px;
|
||||
}
|
||||
/* border-radius: 3px; */
|
||||
}
|
||||
|
||||
.navbar-default.navbar-shrink {
|
||||
padding: 10px 0;
|
||||
|
|
Loading…
Reference in a new issue