From 95f8c37e3f70a9f47017ea7d76dd7a156a76d7d0 Mon Sep 17 00:00:00 2001 From: Ioannis Tsanaktsidis Date: Wed, 29 Nov 2017 14:06:43 +0100 Subject: [PATCH] templates: makes labels clickable * Closes #1916. Signed-off-by: Ioannis Tsanaktsidis --- .../templates/cernopendata_records_ui/articles/detail.html | 4 ++-- .../cernopendata_records_ui/records/record_detail.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cernopendata/templates/cernopendata_records_ui/articles/detail.html b/cernopendata/templates/cernopendata_records_ui/articles/detail.html index cefdd1ce53..d18cc768b7 100644 --- a/cernopendata/templates/cernopendata_records_ui/articles/detail.html +++ b/cernopendata/templates/cernopendata_records_ui/articles/detail.html @@ -20,10 +20,10 @@

{% if record.type %} - {{record.type.primary}} + {{record.type.primary}} {% if record.type.secondary %} {% for type in record.type.secondary%} - {{type}} + {{type}} {% endfor %} {% endif %} {% endif %} diff --git a/cernopendata/templates/cernopendata_records_ui/records/record_detail.html b/cernopendata/templates/cernopendata_records_ui/records/record_detail.html index 3e550545b1..f77880bbca 100644 --- a/cernopendata/templates/cernopendata_records_ui/records/record_detail.html +++ b/cernopendata/templates/cernopendata_records_ui/records/record_detail.html @@ -63,10 +63,10 @@
{% if record.type %} - {{record.type.primary}} + {{record.type.primary}} {% if record.type.secondary %} {% for type in record.type.secondary%} - {{type}} + {{type}} {% endfor %} {% endif %} {% endif %}