summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/templates/infrastructure/base.html
blob: cca33756f80428e2eb193e3e7a2d20f27493bffb (plain)
1
2
3
4
5
6
7
8
9
10
{% extends 'base.html' %}

{% block css %}
  {% include "_stylesheets.html" %}

  {% load compress %}
  {% compress css %}
  <link href='{{ STATIC_URL }}infrastructure/less/infrastructure.less' type='text/less' media='screen' rel='stylesheet' />
  {% endcompress %}
{% endblock %}