]> git.0d.be Git - panikweb.git/commitdiff
switch site reference url to use https
authorFrédéric Péters <fpeters@0d.be>
Tue, 4 Aug 2020 18:09:16 +0000 (20:09 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 4 Aug 2020 18:09:16 +0000 (20:09 +0200)
panikweb/settings.py
panikweb/templates/home.html
panikweb/templates/newsletter/confirmation_email_body.txt

index 7325851e916f239f12eaa3fca1555c6c3dd48199..f2a679d4f0bd98d1439152c817effa5da5275080 100644 (file)
@@ -251,7 +251,7 @@ COMBO_CELL_ASSET_SLOTS = {}
 
 RADIO_NAME = 'Radio Panik'
 RADIO_LONG_NAME = 'Radio Panik - 105.4 FM'
-WEBSITE_BASE_URL = 'http://www.radiopanik.org/'
+WEBSITE_BASE_URL = 'https://www.radiopanik.org/'
 
 COMBO_INITIAL_LOGIN_PAGE_PATH = '/'
 COMBO_WELCOME_PAGE_PATH = None
index bd97881c32e92a2cdca75b36f55c0deb75c4909f..e2e5c6d09c2eedeacf42f2e43b5882b814172c32 100644 (file)
@@ -9,11 +9,11 @@
 {
   "@context": "http://schema.org",
   "@type": "Organization",
-  "url": "http://www.radiopanik.org",
+  "url": "https://www.radiopanik.org",
   "name" : "Radio Panik",
   "potentialAction": {
     "@type": "SearchAction",
-    "target": "http://www.radiopanik.org/recherche/?q={search_term_string}",
+    "target": "https://www.radiopanik.org/recherche/?q={search_term_string}",
     "query-input": "required name=search_term_string"
   }
 }
index 88a2b5befd85e1a47cb585496bea9a83f8531600..1806e8a0eabae811b31080ef625d6d39b47404a0 100644 (file)
@@ -2,6 +2,6 @@ Vous venez de demander un abonnement à la newsletter hebdomadaire de
 Radio Panik, pour éviter le spam, il est nécessaire de confirmer cette
 demande en suivant le lien suivant :
 
-  http://www.radiopanik.org{% url 'newsletter-confirmation' token=token %}
+  https://www.radiopanik.org{% url 'newsletter-confirmation' token=token %}
 
 Merci !