From 7441d6df720c74b2a9bef27e102ef6136c844d3c Mon Sep 17 00:00:00 2001 From: ChristopherSpelt Date: Fri, 20 Sep 2024 11:36:45 +0200 Subject: [PATCH] Retrieves instruments in system card template from instrument register API --- amt/site/templates/macros/cards.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amt/site/templates/macros/cards.html.j2 b/amt/site/templates/macros/cards.html.j2 index 9f944626..1c5328c1 100644 --- a/amt/site/templates/macros/cards.html.j2 +++ b/amt/site/templates/macros/cards.html.j2 @@ -40,7 +40,7 @@ {% elif key == "email" %} {{value}} {% elif key == "urn" %} - {{value}} + {{value}} {% else %} {{ value }} {% endif %}