|
@@ -1,13 +1,13 @@
|
|
|
{% extends 'SharixAdmin/base.html' %}
|
|
|
{% load i18n %}
|
|
|
{% load static %}
|
|
|
-
|
|
|
+<!-- FOR TEST COMMIT -->
|
|
|
{% block content %}
|
|
|
<input type="checkbox" name="" style="display: none;" checked id="hideMenuCheckBox">
|
|
|
<div class="container-fluid">
|
|
|
<div class="row">
|
|
|
<div class="col-3" id="leftmainpage">
|
|
|
- <div class="d-flex flex-column p-2" style="width: 100%; min-width: 80px; height: 800px; border-radius: 15px; box-shadow: 4px 5px 40px #cfcfcf; margin-top: 50px; overflow-y: auto;">
|
|
|
+ <div class="d-flex flex-column p-2" style="width: 100%; min-width: 80px; height: 800px; border-radius: 15px; box-shadow: 4px 5px 40px #cfcfcf; margin-top: 50px;">
|
|
|
<a class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-decoration-none"
|
|
|
onclick="barMenuHide()"
|
|
|
style="cursor: pointer;">
|
|
@@ -105,15 +105,6 @@
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="width: 1360px; height: 59px; left: 40px; margin: 24px; position: absolute; box-shadow: 4px 5px 40px #E5E5E5">
|
|
|
- <div style="width: 1360px; height: 59px; left: 0px; top: 0px; position: absolute; background: white; border-radius: 10px"></div>
|
|
|
- <div style="width: 66px; left: 84px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Contacts' %}</div>
|
|
|
- <div style="left: 1165px; top: 20px; position: absolute; color: black; font-size: 14px; font-family: Open Sans; font-weight: 400; word-wrap: break-word">{{ phone }}</div>
|
|
|
- <div style="width: 169px; left: 162px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Terms of use' %}</div>
|
|
|
- <div style="left: 343px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Privacy policy' %}</div>
|
|
|
- <div style="width: 48px; height: 48px; left: 1288px; top: 6px; position: absolute; background: #D9D9D9; border-radius: 9999px"></div>
|
|
|
- <img style="width: 48px; height: 48px; left: 24px; top: 6px; position: absolute; border-radius: 1000px" src="{% static 'SharixAdmin/img/big-sharix1.png' %}"/>
|
|
|
- </div>
|
|
|
</div>
|
|
|
|
|
|
<script>
|