|
|
|
|
@ -1,20 +1,16 @@ |
|
|
|
|
{% extends 'partials/base.html' %} |
|
|
|
|
{% extends 'partials/_base.html' %} |
|
|
|
|
{% load staticfiles %} |
|
|
|
|
{% load sass_tags %} |
|
|
|
|
{% block head_css %} |
|
|
|
|
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/fonts.css" %}'>#} |
|
|
|
|
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/selected-container.css" %}'>#} |
|
|
|
|
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/editable-container.css" %}'>#} |
|
|
|
|
{# <link rel='stylesheet' href='{% static "lib/proekton-components/css/select-box.css" %}'>#} |
|
|
|
|
{% block personal_css %} |
|
|
|
|
<link rel='stylesheet' href='{% sass_src "sass/old_main.sass" %}'> |
|
|
|
|
<link rel='stylesheet' href='{% sass_src "lib/proekton-components/sass/components.sass" %}'> |
|
|
|
|
<link rel='stylesheet' href='{% static "css/project_filter.css" %}'>{# other #} |
|
|
|
|
<link rel='stylesheet' href='{% static "css/font-awesome.min.css" %}'> |
|
|
|
|
{% endblock %} |
|
|
|
|
{% block content %} |
|
|
|
|
{% include 'partials/header.html' %} |
|
|
|
|
|
|
|
|
|
<div class="old-main"> |
|
|
|
|
<div class="container mainScore "> |
|
|
|
|
<div class=" "> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-lg-12 "> |
|
|
|
|
<p class="titleScore">Поиск заказов</p> |
|
|
|
|
</div> |
|
|
|
|
@ -25,14 +21,12 @@ |
|
|
|
|
<div id="projectsBlock"> |
|
|
|
|
{% include 'partials/inc-projects-results.html' %} |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
{% include 'partials/footer.html' %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% endblock %} |
|
|
|
|
{% block js_block %} |
|
|
|
|
{{ block.super }} |
|
|
|
|
{% block personal_js %} |
|
|
|
|
<script src='{% static "lib/proekton-components/js/build/init.js" %}'></script> |
|
|
|
|
<script src='{% static "js/build/project_filter.js" %}'></script> |
|
|
|
|
|
|
|
|
|
|