diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-02 15:39:54 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-02 15:39:54 +0100 |
commit | 186d34bcbb4617bccec81412cf53adcf5e47afdb (patch) | |
tree | 1b6a71a35cc520913a2ff1fa42ae49a95e0c4275 /ctrack/templates/base.html | |
parent | a38fce358643f5f8e1b2d7ec8e17342f760e16d4 (diff) |
after much pain aligning badges - we have badges on CAF detail page
Diffstat (limited to '')
-rw-r--r-- | ctrack/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html index 1ac77b5..40d6e5e 100644 --- a/ctrack/templates/base.html +++ b/ctrack/templates/base.html @@ -27,6 +27,7 @@ <link href="{% static 'css/project.css' %}" rel="stylesheet"> {# <link rel="stylesheet" type="text/css" href="css/DataTables/datatables.min.css"/>#} +{# <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/css/bootstrap.css" />#} <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.20/af-2.3.4/b-1.6.1/b-print-1.6.1/cr-1.5.2/r-2.2.3/datatables.min.css"/> {% endblock %} |