From 51eb951a47e2d3164ed248137d9de38e8c2bddd1 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 21 Mar 2019 11:34:21 +0100 Subject: [PATCH] fix: [UI terms] update tags endpoint --- var/www/modules/terms/templates/terms_management.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/var/www/modules/terms/templates/terms_management.html b/var/www/modules/terms/templates/terms_management.html index a2ecd906..fc604391 100644 --- a/var/www/modules/terms/templates/terms_management.html +++ b/var/www/modules/terms/templates/terms_management.html @@ -131,7 +131,7 @@ {{ set }}
{% for tag in notificationTagsTermMapping[set] %} - + {{ tag }} {% endfor %} @@ -208,7 +208,7 @@ {{ regex }}
{% for tag in notificationTagsTermMapping[regex] %} - + {{ tag }} {% endfor %} @@ -285,7 +285,7 @@ {{ term }}
{% for tag in notificationTagsTermMapping[term] %} - + {{ tag }} {% endfor %}