diff --git a/templates/client/blank.html b/templates/client/blank.html index c119b6cc..892d28d6 100644 --- a/templates/client/blank.html +++ b/templates/client/blank.html @@ -1,52 +1,56 @@ {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} - {% comment %} This template include basic anf main styles and js files, block with header and footer, which same in all pages, register, login, search popups blocks for add or change: title(title), styles(style), header(header), footer(footer) banners(header_banner), - scripts(script), popups(popup) and blocks: main_part, top, search, catalog, announces, partners, services + scripts(script), popups(popup) and blocks: main_part, top, search, catalog, announces, partners, services head with title block, style block {% endcomment %} - - + + +
- {% include 'includes/meta.html' %} - + {% include 'includes/meta.html' %} + - - - - + + + + {% if request.GET.debug == '1' %} + + {% else %} + + {% endif %} - {% block styles %} - {% endblock %} - + {% block styles %} + {% endblock %} + - - - - - - + {% if request.GET.debug == '1' %} + + {% else %} + + {% endif %} + + staticValidation:{ + errorClass:'error-field', + blobClass:'error-blob', + containerClass:'validate-field' + }, + httpFormIds:['social_form','web_page_form'], + seoLinksClass : 'link-encode', + dataKey:'data-type', + socialInputMask:['http://','https://'] + }); + -You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.
---> -