diff --git a/assets/images/home-clem-halloween.png b/assets/images/home-clem-halloween.png new file mode 100644 index 0000000000..e232de0891 Binary files /dev/null and b/assets/images/home-clem-halloween.png differ diff --git a/assets/images/home-clem-halloween@2x.png b/assets/images/home-clem-halloween@2x.png new file mode 100644 index 0000000000..9450d9db77 Binary files /dev/null and b/assets/images/home-clem-halloween@2x.png differ diff --git a/assets/js/editor.js b/assets/js/editor.js index dfafb2337f..450577fdd0 100644 --- a/assets/js/editor.js +++ b/assets/js/editor.js @@ -218,7 +218,7 @@ this.modals.abbr = new window.Modal({ "title": this.titles.abbr, "body": "
" + - "" + + "" + "" + "
" + "" + @@ -622,8 +622,6 @@ document.getElementById("zform-modal-abbr-abbr").value = ""; document.getElementById("zform-modal-abbr-abbr").focus(); } - - return true; } break; diff --git a/assets/scss/base/_high-pixel-ratio.scss b/assets/scss/base/_high-pixel-ratio.scss index 873e4217e0..2cfbbab54a 100644 --- a/assets/scss/base/_high-pixel-ratio.scss +++ b/assets/scss/base/_high-pixel-ratio.scss @@ -31,6 +31,10 @@ body.vc-clem-christmas.home .home-search-box::before { background-image: url('../images/home-clem-christmas@2x.png'); } + + body.vc-clem-halloween.home .home-search-box::before { + background-image: url('../images/home-clem-halloween@2x.png'); + } } } } diff --git a/assets/scss/pages/_home.scss b/assets/scss/pages/_home.scss index 53c28ad303..eb5afd8c05 100644 --- a/assets/scss/pages/_home.scss +++ b/assets/scss/pages/_home.scss @@ -230,7 +230,13 @@ $content-width: 1145px; @at-root { body.vc-clem-christmas.home .home-search-box::before { - background-image: url('../images/home-clem-christmas@2x.png'); + background-image: url('../images/home-clem-christmas.png'); + } + + body.vc-clem-halloween.home .home-search-box::before { + background-image: url('../images/home-clem-halloween.png'); + width: 160px; + left: -80px; } } } diff --git a/doc/source/install/configs/settings_prod.py b/doc/source/install/configs/settings_prod.py index 9b21b7d11f..b6ffa58d26 100644 --- a/doc/source/install/configs/settings_prod.py +++ b/doc/source/install/configs/settings_prod.py @@ -232,4 +232,4 @@ # visual changes #ZDS_APP['visual_changes'] = ['snow', 'clem-christmas'] - +ZDS_APP['visual_changes'] = ['clem-halloween'] diff --git a/requirements.txt b/requirements.txt index 05eca6c365..f608912e30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pygments==2.1.3 python-social-auth==0.2.19 # Explicit dependencies (references in code) -Django==1.8.14 +Django==1.8.15 django-crispy-forms==1.6.0 django-haystack==2.4.1 django-model-utils==2.5 diff --git a/templates/gallery/gallery/details.html b/templates/gallery/gallery/details.html index d6a7fb776a..4463f6e78e 100644 --- a/templates/gallery/gallery/details.html +++ b/templates/gallery/gallery/details.html @@ -70,7 +70,7 @@