From c9b3c03efb9a362b5d0619ec6b7d84fdf3b9b8ff Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 8 Nov 2017 14:21:59 +0100 Subject: [PATCH] http to https on ajax libraries --- rowers/templates/document_form.html | 2 +- rowers/templates/team_document_form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rowers/templates/document_form.html b/rowers/templates/document_form.html index 23888508..2e3c9b6f 100644 --- a/rowers/templates/document_form.html +++ b/rowers/templates/document_form.html @@ -9,7 +9,7 @@ src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'> diff --git a/rowers/templates/team_document_form.html b/rowers/templates/team_document_form.html index 37fc6a0a..ddf81fba 100644 --- a/rowers/templates/team_document_form.html +++ b/rowers/templates/team_document_form.html @@ -8,7 +8,7 @@ src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'>