From 312e57fe4b7d46b8b3090f23e11b1901c72dcb0c Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 10 Dec 2020 22:14:27 +0100 Subject: [PATCH] https to http --- templates/artistsindex.html | 2 +- templates/artwork.html | 8 ++++---- templates/browsethearchive.html | 6 +++--- templates/contributor.html | 12 ++++++------ templates/home.html | 8 ++++---- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/templates/artistsindex.html b/templates/artistsindex.html index ef171c2..b778a6d 100644 --- a/templates/artistsindex.html +++ b/templates/artistsindex.html @@ -16,7 +16,7 @@ {% for x in results['results']['bindings']%} {{ x['creators']['value'] | replace('http://daap.bannerrepeater.org/entity/', '') }} - {{ x["creatorsLabel"]['value'] }} + {{ x["creatorsLabel"]['value'] }} {% if "creatorsAltLabel" in x %} {{ x["creatorsAltLabel"]["value"] }} diff --git a/templates/artwork.html b/templates/artwork.html index 537d166..3cfc778 100644 --- a/templates/artwork.html +++ b/templates/artwork.html @@ -197,7 +197,7 @@ {% for x in artworkcontributors['results']['bindings'] %}