|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
<!doctype html>{% load staticfiles %} |
|
|
|
|
{#{% load compress %}#} |
|
|
|
|
<html> |
|
|
|
|
<html lang="ru"> |
|
|
|
|
<head> |
|
|
|
|
<meta charset='utf-8'> |
|
|
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge, chrome=1'> |
|
|
|
|
@ -30,7 +30,17 @@ |
|
|
|
|
{% if TEMPLATE_DEBUG %} |
|
|
|
|
<link rel='stylesheet' href='{% static "css/dev-colors.css" %}'> <!-- Dev-time only, temporary!!! --> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<link rel="icon" href="{% static 'img/favicon.jpg' %}" type="image/x-icon"> |
|
|
|
|
<link rel="shortcut icon" href="{% static 'img/favicon50.jpg' %}" type="image/x-icon"> |
|
|
|
|
<link rel="apple-touch-icon" href="{% static 'img/favicon128.jpg' %}" sizes="128x128" > |
|
|
|
|
<link rel="icon" type="image/png" href="{% static 'img/favicon50.jpg' %}" sizes="32x32"> |
|
|
|
|
<link rel="icon" type="image/png" href="{% static 'img/favicon18.jpg' %}" sizes="16x16"> |
|
|
|
|
|
|
|
|
|
{# {% endcompress %}#} |
|
|
|
|
<meta name="keywords" content=""> |
|
|
|
|
<meta name="description" content="_TEXT_"> |
|
|
|
|
<link rel="canonical" href="_URL_"> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
@ -42,7 +52,8 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if TEMPLATE_DEBUG %} |
|
|
|
|
<div ondblclick="$(this).css('display', 'none')" style="position: absolute; left: 0; bottom: 0; padding: 6px; color: black; background-color: {% if request.user.is_contractor %}#BADA55{% else %}#C0FFEE{% endif %}; z-index: 50"> |
|
|
|
|
<div ondblclick="$(this).css('display', 'none')" |
|
|
|
|
style="position: absolute; left: 0; bottom: 0; padding: 6px; color: black; background-color: {% if request.user.is_contractor %}#BADA55{% else %}#C0FFEE{% endif %}; z-index: 50"> |
|
|
|
|
{{ request.user }}<br> |
|
|
|
|
|
|
|
|
|
{% if request.user.is_authenticated %} |
|
|
|
|
|