remove link to non-existing control.css

This commit is contained in:
Laura Klünder 2016-09-08 14:41:58 +02:00
parent c68763830b
commit c978955421

View file

@ -10,7 +10,6 @@
{% compress css %}
<link href="{% static 'bootstrap/css/bootstrap.css' %}" rel="stylesheet">
<link href="{% static 'leaflet/leaflet.css' %}" rel="stylesheet">
<link href="{% static 'control/control.css' %}" rel="stylesheet">
{% endcompress %}
</head>