Forráskód Böngészése

add link navbar-style.css

Nastya 1 éve
szülő
commit
9fa375f169
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      SharixAdmin/templates/SharixAdmin/base.html

+ 1 - 0
SharixAdmin/templates/SharixAdmin/base.html

@@ -7,6 +7,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <link rel="shortcut icon" href="{% static 'SharixAdmin/img/logo.png' %}"/>
     <link type="text/css" href="{% static 'design_template/colors.css' %}" rel="stylesheet" />
+    <link rel="stylesheet" href="{% static 'drf-yasg/navbar-style.css' %}" >
     <title>{{ title }}</title>
 </head>
 <body style="min-width: 1050px;">