From 8e23a96bd18e3243ba5c046a4c6bd480d91df039 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 12 Sep 2022 17:46:44 +0200 Subject: [PATCH] Add nofollow to links outbound from software catalogue and profserv This should've been done long ago but was clearly missed. As we don't follow up on these links over their lifetime, they should absolutely be marked as such. --- templates/downloads/productlist.html | 6 +++--- templates/profserv/list.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/downloads/productlist.html b/templates/downloads/productlist.html index a6ace9e9..66333464 100644 --- a/templates/downloads/productlist.html +++ b/templates/downloads/productlist.html @@ -9,7 +9,7 @@

{{category.blurb|safe}}

{% for product in products %} -

{{product.name}}

+

{{product.name}}

@@ -25,8 +25,8 @@ - - + +
{{product.description|markdown}} {{product.licencetype}} {{product.price}}{{product.org.name}}View{{product.org.name}}View
diff --git a/templates/profserv/list.html b/templates/profserv/list.html index 1b8a844f..3c6a4701 100644 --- a/templates/profserv/list.html +++ b/templates/profserv/list.html @@ -13,7 +13,7 @@ {% if s.url %} Website - {{s.url}} + {{s.url}} {% endif %} -- 2.39.5