From f9e02d9fc3b11377d0cb71f7230cd8921e71f691 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 2 Oct 2018 10:53:50 +0200 Subject: [PATCH] Remove external link prefix --- profiles/templates/profiles/_profile_card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/templates/profiles/_profile_card.html b/profiles/templates/profiles/_profile_card.html index 4de67d657..58412b567 100644 --- a/profiles/templates/profiles/_profile_card.html +++ b/profiles/templates/profiles/_profile_card.html @@ -29,7 +29,7 @@ {% endfor %} </td> </tr> - <tr><td>ORCID ID</td><td><a href="https://orcid.org/{{ profile.orcid_id}}" target="_blank">{{ profile.orcid_id }}</a></td></tr> + <tr><td>ORCID ID</td><td><a href="//orcid.org/{{ profile.orcid_id }}" target="_blank">{{ profile.orcid_id }}</a></td></tr> <tr><td>Webpage</td><td><a href="{{ profile.webpage }}" target="_blank">{{ profile.webpage }}</a></td></tr> <tr><td>Accepts SciPost emails</td><td>{{ profile.accepts_SciPost_emails }}</td></tr> <tr><td>Accepts refereeing requests</td><td>{{ profile.accepts_refereeing_requests }}</td></tr> -- GitLab