From 3e4ed1552076018f88cc2bb47cb99b7eec607286 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 26 Aug 2016 14:21:12 +0300 Subject: fix tags --- juick-www/src/main/resources/views/partial/tags.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/src') diff --git a/juick-www/src/main/resources/views/partial/tags.html b/juick-www/src/main/resources/views/partial/tags.html index e69a949d..a2906ef0 100644 --- a/juick-www/src/main/resources/views/partial/tags.html +++ b/juick-www/src/main/resources/views/partial/tags.html @@ -1,7 +1,7 @@ {% for tag in tags %} - {{ tag.Name }} + {{ tag.getName() }} {% endfor %} \ No newline at end of file -- cgit v1.2.3