From b3609d3ba9b4671e845a831c6c53ee90350417f2 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 18 Mar 2021 23:07:38 +0000 Subject: [PATCH] replate http with https --- rad/settings.py | 2 +- rapids/templates/rapids/question_display_block.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rad/settings.py b/rad/settings.py index 3c427c03..c579f520 100644 --- a/rad/settings.py +++ b/rad/settings.py @@ -151,7 +151,7 @@ USE_TZ = True STATIC_URL = '/static/' STATIC_ROOT = 'static/' -REMOTE_URL = "http://penracourses.org.uk" +REMOTE_URL = "https://penracourses.org.uk" # #if DEBUG: # STATIC_URL = REMOTE_URL + STATIC_URL diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 96a7863e..f0db3a02 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -12,7 +12,7 @@ {% for image in question.images.all %} Image {{ forloop.counter }}{% if image.feedback_image %} [feedback image]{% endif %}: -
+
{% endfor %}