8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
{% load compress %}
|
|
|
|
{% compress css %}
|
|
<link href='{{ STATIC_URL }}dashboard/less/horizon.less' type='text/less' media='screen' rel='stylesheet' />
|
|
{% endcompress %}
|
|
|
|
<link rel="shortcut icon" href="{{ STATIC_URL }}dashboard/img/favicon.ico"/>
|