diff options
Diffstat (limited to 'uploader/templates/phenotypes/index.html')
-rw-r--r-- | uploader/templates/phenotypes/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/uploader/templates/phenotypes/index.html b/uploader/templates/phenotypes/index.html index 93159be..bffc278 100644 --- a/uploader/templates/phenotypes/index.html +++ b/uploader/templates/phenotypes/index.html @@ -6,11 +6,6 @@ {%block pagetitle%}Phenotypes{%endblock%} -{%block css%} -<link rel="stylesheet" - href="{{url_for('base.datatables', filename='css/jquery.dataTables.css')}}" /> -{%endblock%} - {%block contents%} {{flash_all_messages()}} @@ -22,9 +17,6 @@ {%block javascript%} -<script type="text/javascript" - src="{{url_for('base.datatables', - filename='js/jquery.dataTables.js')}}"></script> <script type="text/javascript" src="/static/js/species.js"></script> <script type="text/javascript"> $(function() { |