Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mexmonjonovuz committed Oct 27, 2024
1 parent 86c1013 commit 2b9368c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions templates/apps/couriers/currier_detail.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
<!DOCTYPE html>
{% load static %}
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Kuryer listi</title>
<link rel="shortcut icon" href="/static/app/icons8-market-square-16.png" type="image/png">
<link rel="stylesheet" href="/static/app/themes/stock/assets/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="/static/app/themes/stock/assets/owlcarousel/owl.theme.default.min.css">
<link rel="stylesheet" href="/static/app/themes/stock/assets/css/style.bundle.css">
<link rel="stylesheet" href="/static/app/themes/stock/assets/css/custom.css">
<link rel="shortcut icon" href="{% static 'apps/icons8-market-square-16.png' %}" type="image/png">
<link rel="stylesheet" href="{% static 'apps/themes/stock/assets/owlcarousel/owl.carousel.min.css' %}">
<link rel="stylesheet" href="{% static 'apps/themes/stock/assets/owlcarousel/owl.theme.default.min.css' %}">
<link rel="stylesheet" href="{% static 'apps/themes/stock/assets/css/style.bundle.css' %}">
<link rel="stylesheet" href="{% static 'apps/themes/stock/assets/css/custom.css' %}">
<link href="https://fonts.googleapis.com/css2?family=Berkshire+Swash&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/multiple-select@1.5.2/dist/multiple-select.min.css">

<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i"
rel="stylesheet">
<link rel="stylesheet" property="stylesheet" href=" /static/app/modules/system/assets/css/framework.extras.css">
<link rel="stylesheet" property="stylesheet" href=" /static/app/css/custom.css">
<link rel="stylesheet" property="stylesheet"
href=" {% static 'apps/modules/system/assets/css/framework.extras.css' %}">
<link rel="stylesheet" property="stylesheet" href=" {% static 'apps/css/custom.css' %}">
</head>

<body>
Expand Down Expand Up @@ -105,7 +108,7 @@
<td style="width: 39%;"><b>67479</b> - 14-Oktabr, 2024-yil 19:59</td>
<td style="width: 20%;" rowspan="8">
<center>
<img src="/static/app/img/priceicon.jpg" width="80px" alt="">
<img src="{% static 'apps/img/priceicon.jpg' %}" width="80px" alt="">
<img src="/media/qr_code/2024/10/14/aad425f9-6313-43b3-adef-0f7c86b18b04.png"
alt="Samyun wan" width="80px" style="max-width: none">
</center>
Expand Down

0 comments on commit 2b9368c

Please sign in to comment.