Set about link in footer to https default tip
authorymh <ymh.work@gmail.com>
Wed, 03 Jul 2024 14:26:30 +0200
changeset 369 1395a729018f
parent 368 5d5fbce14207
Set about link in footer to https
src/ldtplatform/templates/front/front_base.html
--- a/src/ldtplatform/templates/front/front_base.html	Thu Apr 23 18:57:38 2020 +0200
+++ b/src/ldtplatform/templates/front/front_base.html	Wed Jul 03 14:26:30 2024 +0200
@@ -83,7 +83,7 @@
         <li>{% blocktrans %}{{WEB_VERSION}} | {{ VERSION }}{% endblocktrans %}</li>
         <li>©{% now "Y" %} IRI</li>
         <li>
-            <a target="_blank" href="http://www.iri.centrepompidou.fr" title="{% trans 'link IRI'%}">{% trans "about" %}</a>
+            <a target="_blank" href="https://www.iri.centrepompidou.fr" title="{% trans 'link IRI'%}">{% trans "about" %}</a>
         </li>
         {% url 'mashup_home' branding='iri' as hc_url %}
         {% if hc_url %}<li><a href="{{ hc_url }}">HashCut (mash-up)</a></li>{% endif %}