diff options
author | Frederick Muriuki Muriithi | 2025-02-18 11:16:37 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-18 11:16:37 -0600 |
commit | a8c36db0065a0b7ef5cde1776f975124c232f34e (patch) | |
tree | 696c3e832d9a0c7b564a2950a870cf6957973bfc /uploader/templates/phenotypes/view-dataset.html | |
parent | 3c960f6cf885934e5f390390c9e0fae0d6b93d5d (diff) | |
download | gn-uploader-a8c36db0065a0b7ef5cde1776f975124c232f34e.tar.gz |
Include DataTables' scripts and styling globally.
Diffstat (limited to 'uploader/templates/phenotypes/view-dataset.html')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 4f2b79b..7507ff5 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -5,11 +5,6 @@ {%block title%}Phenotypes{%endblock%} -{%block css%} -<link rel="stylesheet" - href="{{url_for('base.datatables', filename='css/jquery.dataTables.css')}}" /> -{%endblock%} - {%block pagetitle%}Phenotypes{%endblock%} {%block lvl4_breadcrumbs%} @@ -81,8 +76,6 @@ {%block javascript%} -<script src="{{url_for('base.datatables', - filename='js/jquery.dataTables.js')}}"></script> <script type="text/javascript"> $(function() { $("#tbl-phenotypes-list").DataTable({ |