|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
|
{% load static %} |
|
|
|
|
{% import setting from settings %} |
|
|
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html> |
|
|
|
|
@ -73,7 +74,10 @@ |
|
|
|
|
var schoolAmountForDiscount = parseFloat({{ config.SERVICE_DISCOUNT_MIN_AMOUNT }}); |
|
|
|
|
</script> |
|
|
|
|
{% comment %} ROISTAT {% endcomment %} |
|
|
|
|
<script>(function(w, d, s, h, id) { w.roistatProjectId = id; w.roistatHost = h; var p = d.location.protocol == "https:" ? "https://" : "http://"; var u = /^.*roistat_visit=[^;]+(.*)?$/.test(d.cookie) ? "/dist/module.js" : "/api/site/1.0/"+id+"/init"; var js = d.createElement(s); js.charset="UTF-8"; js.async = 1; js.src = p+h+u; var js2 = d.getElementsByTagName(s)[0]; js2.parentNode.insertBefore(js, js2);})(window, document, 'script', 'cloud.roistat.com', '09db30c750035ae3d70a41d5f10d59ec');</script> |
|
|
|
|
<script> |
|
|
|
|
ROISTAT_COUNTER_ID = "{% setting 'ROISTAT_COUNTER_ID' %}" |
|
|
|
|
(function(w, d, s, h, id) { w.roistatProjectId = id; w.roistatHost = h; var p = d.location.protocol == "https:" ? "https://" : "http://"; var u = /^.*roistat_visit=[^;]+(.*)?$/.test(d.cookie) ? "/dist/module.js" : "/api/site/1.0/"+id+"/init"; var js = d.createElement(s); js.charset="UTF-8"; js.async = 1; js.src = p+h+u; var js2 = d.getElementsByTagName(s)[0]; js2.parentNode.insertBefore(js, js2);})(window, document, 'script', 'cloud.roistat.com', ROISTAT_COUNTER_ID); |
|
|
|
|
</script> |
|
|
|
|
{% block foot %}{% endblock foot %} |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
|