Fetch jQuery with TLS
This commit is contained in:
parent
4299a841c2
commit
9be8d8f61c
|
@ -2,7 +2,7 @@
|
|||
{% load static %}
|
||||
{% block content %}
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.0.min.js"></script>
|
||||
<div class="box">
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
|
|
Loading…
Reference in New Issue