We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86688e commit 0a4bcd8Copy full SHA for 0a4bcd8
1 file changed
pmaweb/templates/base.html
@@ -20,7 +20,6 @@
20
{% compress css %}
21
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}" />
22
<link rel="stylesheet" type="text/css" href="{% static 'colorbox/colorbox.css' %}" />
23
- <link rel="stylesheet" type="text/css" href="{% static 'css/font-awesome.min.css' %}">
24
{% endcompress %}
25
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
26
<link rel="icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
0 commit comments