|
@@ -7,6 +7,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<link rel="shortcut icon" href="{% static 'SharixAdmin/img/logo.svg' %}"/>
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
|
+ <link type="text/css" href="{% static 'design_template/colors.css' %}" rel="stylesheet" />
|
|
|
<title>{{ title }}</title>
|
|
|
</head>
|
|
|
<body style="min-width: 1050px;">
|