diff --git a/templates/client/blank.html b/templates/client/blank.html index b6c87fa2..8951c52c 100644 --- a/templates/client/blank.html +++ b/templates/client/blank.html @@ -31,8 +31,8 @@ This template include basic anf main styles and js files, - - + + + diff --git a/templates/client/gulpfile.js b/templates/client/gulpfile.js index 955b73a7..e3b6b790 100644 --- a/templates/client/gulpfile.js +++ b/templates/client/gulpfile.js @@ -15,7 +15,7 @@ gulp.task('make-vendor-js', function () { 'static_client/js/jquery.mousewheel.min.js', 'static_client/js/idangerous.swiper-2.4.min.js', 'static_client/js/jquery.mCustomScrollbar.concat.min.js', - 'static_client/js/jquery.fancybox.pack.js', + 'static_client/lib/fancybox/jquery.fancybox.js', 'static_client/js/jquery.placeholder.js', 'static_client/js/jquery.phototag.js', 'static_client/js/dna.min.js', @@ -37,7 +37,7 @@ gulp.task('make-vendor-css', function () { 'static_client/css/jquery.mCustomScrollbar.min.css', 'static_client/css/jquery-ui-1.10.3.custom.css', 'static_client/css/jquery.mousewheel.min.js', - 'static_client/css/jquery.fancybox.css', + 'static_client/lib/fancybox/jquery.fancybox.css', 'static_client/css/phototag.css', 'static_client/css/regions.css', 'static_client/css/select2.css' diff --git a/templates/client/popups/reg_send.html b/templates/client/popups/reg_send.html index b89ac63d..f5968916 100644 --- a/templates/client/popups/reg_send.html +++ b/templates/client/popups/reg_send.html @@ -1,8 +1,17 @@ {% load static %} {% load i18n %} -