Skip to content

Commit

Permalink
#85 fix broken BS datatables css import
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Feb 20, 2017
1 parent 9b393cc commit feef859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeoHealthCheck/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link href="{{ url_for('static', filename='lib/vendor/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css">
<link href="{{ url_for('static', filename='lib/dist/css/sb-admin-2.css') }}" rel="stylesheet" type="text/css">
<link href="{{ url_for('static', filename='lib/vendor/font-awesome/css/font-awesome.min.css') }}" rel="stylesheet" type="text/css">
<link href="{{ url_for('static', filename='lib/vendor/datatables-plugins/dataTables.bootstrap.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='lib/vendor/datatables/css/dataTables.bootstrap.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='lib/vendor/morrisjs/morris.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='lib/leaflet/leaflet.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='lib/select2/dist/css/select2.min.css') }}" rel="stylesheet">
Expand Down

0 comments on commit feef859

Please sign in to comment.