diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-10-28 15:34:31 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-10-28 15:34:31 -0400 |
| commit | 690171a9020c640bd7a023024c53fae4cfcf261e (patch) | |
| tree | 2579c57a819188414a1b843255f1dbecc2b1b33a /app/dispatch/templates | |
| parent | d1c5b666d8e55572cdceb3401222d8e4dfecdb58 (diff) | |
| download | dispatch-tracker-690171a9020c640bd7a023024c53fae4cfcf261e.tar.gz dispatch-tracker-690171a9020c640bd7a023024c53fae4cfcf261e.tar.xz | |
Make jQuery local. Fix premissions on certian edit and update views
Diffstat (limited to 'app/dispatch/templates')
| -rw-r--r-- | app/dispatch/templates/dispatch/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index ad02959..efc9eb3 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -69,7 +69,8 @@ <!--Import jQuery before materialize.js--> - <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> + <!-- <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> --> + <script type="text/javascript" src="{% static 'jquery-2.1.1.min.js' %}"></script> <script type="text/javascript" src="{% static 'materialize/js/materialize.min.js' %}"></script> <script type="text/javascript" src="{% static 'base.js' %}"></script> |
