We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a124a2c + 75c569b commit ee56cefCopy full SHA for ee56cef
log_viewer/templates/log_viewer/logfile_viewer.html
@@ -11,6 +11,7 @@
11
{% endblock %}
12
13
{% block extrastyle %}
14
+ {{ block.super }}
15
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/changelists.css' %}">
16
<link rel="stylesheet" type="text/css" href="{% static 'log_viewer/css/jquery.dataTables.min.css' %}">
17
<link rel="stylesheet" type="text/css" href="{% static 'log_viewer/css/log-viewer.css' %}">
@@ -21,6 +22,7 @@
21
22
23
24
{% block extrahead %}
25
26
<script src="{% static 'log_viewer/js/jquery.min.js' %}"></script>
27
<script src="{% static 'log_viewer/js/jquery.dataTables.min.js' %}"></script>
28
0 commit comments