Как связать тег Noscript в Django python
Я пытаюсь связать CSS в моем html, но не работает, в чем проблема? Другие работают
<link rel="stylesheet" href="{% static "/player/css/appf6eb.css" %}">
<link rel="preload" href="{% static "/player/themes/qartulad/assets/css/fonts.css" %}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{% static "/player/themes/qartulad/assets/css/fonts.css" %}"></noscript>
<link rel="preload" href="{% static "/player/themes/qartulad/assets/plugins/fontawesome-free-5.6.3-web/css/all.min.css" %}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{% static "/player/themes/qartulad/assets/plugins/fontawesome-free-5.6.3-web/css/all.min.css" %}"></noscript>
<link rel="stylesheet" href="{% static "/player/themes/qartulad/assets/css/style-mixed434d.css" %}">