Skip to content
Snippets Groups Projects
Unverified Commit b027b6ce authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Include DataTables.

FIXME: Make this configurable and local!
parent cb73f3a3
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@
{% block bootstrap3_extra_head %}
<link rel="stylesheet" href="{% static 'style.css' %}" />
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/dt-1.10.18/datatables.min.css"/>
<link rel="shortcut icon" href="#" />
<script type="text/javascript" src="https://cdn.datatables.net/v/bs/dt-1.10.18/datatables.min.js"></script>
{% endblock %}
{% block bootstrap3_content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment