Merge remote-tracking branch 'ungleich/master'
This commit is contained in:
commit
cb4391b885
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
next:
|
||||||
|
* #4378: [dcl cms] update CMS Integration to have different content for different domains
|
||||||
1.6.2: 2018-04-01:
|
1.6.2: 2018-04-01:
|
||||||
* bgfix: [dcl] Fix user activation email style; add/correct some DE text
|
* bgfix: [dcl] Fix user activation email style; add/correct some DE text
|
||||||
* #4373: [dcl] update footer menu for pw reset/login/signup/activation request pages
|
* #4373: [dcl] update footer menu for pw reset/login/signup/activation request pages
|
||||||
|
@ -70,7 +72,7 @@
|
||||||
* [cms] Introduce UngleichHeaderBackgroundImageAndTextSliderPlugin that allows to have scrolling images and texts
|
* [cms] Introduce UngleichHeaderBackgroundImageAndTextSliderPlugin that allows to have scrolling images and texts
|
||||||
* [cms] Remove <p> tag for ungleich cms customer item template
|
* [cms] Remove <p> tag for ungleich cms customer item template
|
||||||
1.2.12: 2017-12-09
|
1.2.12: 2017-12-09
|
||||||
* #3594: [digitalglarus] Remove white scroll bar on the right in mobile
|
* #3594: [digitalglarus] Remove white scroll bar on the right in mobile
|
||||||
* #3905: [ungleich] Update ungleich.ch header into a slider
|
* #3905: [ungleich] Update ungleich.ch header into a slider
|
||||||
* #3968: [ungleich] Fix navbar logo alignment
|
* #3968: [ungleich] Fix navbar logo alignment
|
||||||
* [all] Enable logging custom modules
|
* [all] Enable logging custom modules
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
from django.contrib.sites.models import Site
|
|
||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from datacenterlight.cms_models import CMSIntegration
|
from datacenterlight.cms_models import CMSIntegration
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ from django.core.exceptions import ValidationError
|
||||||
from django.core.urlresolvers import reverse
|
from django.core.urlresolvers import reverse
|
||||||
from django.http import HttpResponseRedirect, HttpResponse
|
from django.http import HttpResponseRedirect, HttpResponse
|
||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
|
|
||||||
from django.utils.translation import get_language, ugettext_lazy as _
|
from django.utils.translation import get_language, ugettext_lazy as _
|
||||||
from django.views.decorators.cache import cache_control
|
from django.views.decorators.cache import cache_control
|
||||||
from django.views.generic import FormView, CreateView, DetailView
|
from django.views.generic import FormView, CreateView, DetailView
|
||||||
|
|
Loading…
Reference in a new issue